We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cirq-aqt
pip install
development.md
1 parent 73359bf commit 87f2961Copy full SHA for 87f2961
docs/dev/development.md
@@ -133,7 +133,7 @@ See the previous section for instructions.
133
If you want to pip install cirq in an editable fashion, you'll have to install it per module, e.g.:
134
135
```
136
-pip install -e ./cirq-core -e ./cirq-google
+pip install -e ./cirq-core -e ./cirq-google ./cirq-aqt
137
138
139
Note that `pip install -e .` will install the `cirq` metapackage only, and your code changes won't
0 commit comments