Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing import in README example #4875

Merged
merged 3 commits into from
Jan 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cirq-web/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Below is a quick example of how to generate a portable 3D rendering of the Bloch

.. code-block:: python

import cirq
from cirq_web import BlochSphere

# Prepare a state
Expand All @@ -36,6 +37,7 @@ with the following:

.. code-block:: python

import cirq
from cirq_web import BlochSphere

# Prepare a state
Expand All @@ -57,4 +59,4 @@ To install the pre-release version of only **cirq-web**, use `pip install cirq-w

Note, that this will install both cirq-web and cirq-core.

To get all the optional modules installed as well, you'll have to use `pip install cirq` or `pip install cirq --pre` for the pre-release version.
To get all the optional modules installed as well, you'll have to use `pip install cirq` or `pip install cirq --pre` for the pre-release version.