diff --git a/docs/install.md b/docs/install.md index 5d974587861..694c4c811bc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -51,7 +51,7 @@ To be informed of deprecations and breaking changes, subscribe to the 4. Check that it works! ```bash - python -c 'import cirq; print(cirq.google.Foxtail)' + python -c 'import cirq_google; print(cirq_google.Foxtail)' # should print: # (0, 0)───(0, 1)───(0, 2)───(0, 3)───(0, 4)───(0, 5)───(0, 6)───(0, 7)───(0, 8)───(0, 9)───(0, 10) # │ │ │ │ │ │ │ │ │ │ │ @@ -92,7 +92,7 @@ To be informed of deprecations and breaking changes, subscribe to the 4. Check that it works! ```bash - python -c 'import cirq; print(cirq.google.Foxtail)' + python -c 'import cirq_google; print(cirq_google.Foxtail)' # should print: # (0, 0)───(0, 1)───(0, 2)───(0, 3)───(0, 4)───(0, 5)───(0, 6)───(0, 7)───(0, 8)───(0, 9)───(0, 10) # │ │ │ │ │ │ │ │ │ │ │ @@ -125,7 +125,7 @@ To be informed of deprecations and breaking changes, subscribe to the 4. Check that it works! ```bash - python -c "import cirq; print(cirq.google.Foxtail)" + python -c "import cirq_google; print(cirq_google.Foxtail)" # should print: # (0, 0)───(0, 1)───(0, 2)───(0, 3)───(0, 4)───(0, 5)───(0, 6)───(0, 7)───(0, 8)───(0, 9)───(0, 10) # │ │ │ │ │ │ │ │ │ │ │