Skip to content

Commit

Permalink
Add cirq-aqt to pip install command in development.md (quantuml…
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomole authored and rht committed May 1, 2023
1 parent f631994 commit 3273b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ See the previous section for instructions.
If you want to pip install cirq in an editable fashion, you'll have to install it per module, e.g.:
```
pip install -e ./cirq-core -e ./cirq-google
pip install -e ./cirq-core -e ./cirq-google ./cirq-aqt
```
Note that `pip install -e .` will install the `cirq` metapackage only, and your code changes won't
Expand Down

0 comments on commit 3273b74

Please sign in to comment.