Skip to content

Commit

Permalink
Add cirq-aqt to pip install command in development.md (#4221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomole committed Jun 17, 2021
1 parent 73359bf commit 87f2961
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 87f2961

Please sign in to comment.