Skip to content

Commit 87f2961

Browse files
authored
Add cirq-aqt to pip install command in development.md (#4221)
1 parent 73359bf commit 87f2961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ See the previous section for instructions.
133133
If you want to pip install cirq in an editable fashion, you'll have to install it per module, e.g.:
134134
135135
```
136-
pip install -e ./cirq-core -e ./cirq-google
136+
pip install -e ./cirq-core -e ./cirq-google ./cirq-aqt
137137
```
138138
139139
Note that `pip install -e .` will install the `cirq` metapackage only, and your code changes won't

0 commit comments

Comments
 (0)