Skip to content

Commit b5f35c3

Browse files
authored
Minor updates to development page (#5667)
- Change Foxtail to Sycamore since Foxtail is deprecated. - Add some clarification that instructions are for linux.
1 parent 7a845a5 commit b5f35c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/dev/development.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Note that if you are using PyCharm, you might have to Restart & Invalidate Cache
2828

2929
```bash
3030
docker build -t cirq --target cirq_stable .
31-
docker run -it cirq python -c "import cirq_google; print(cirq_google.Foxtail)"
31+
docker run -it cirq python -c "import cirq_google; print(cirq_google.Sycamore23)"
3232
```
3333

3434
```bash
3535
docker build -t cirq_pre --target cirq_pre_release .
36-
docker run -it cirq_pre python -c "import cirq_google; print(cirq_google.Foxtail)"
36+
docker run -it cirq_pre python -c "import cirq_google; print(cirq_google.Sycamore23)"
3737
```
3838

3939
If you want to contribute changes to Cirq, you will instead want to fork the repository and submit pull requests from your fork.
@@ -85,6 +85,9 @@ At this point your local git master should be synced with the master from the ma
8585

8686
## Setting up an environment
8787

88+
These instructions are primarily for linux-based environments that use the apt
89+
package manager.
90+
8891
0. First clone the repository, if you have not already done so.
8992
See the previous section for instructions.
9093

0 commit comments

Comments
 (0)