Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
rm `cirq --pre` install
  • Loading branch information
senecameeks authored Nov 14, 2023
1 parent 872383e commit 106bae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
" import cirq\n",
" import cirq_google as cg\n",
"except ImportError:\n",
" print(\"installing cirq-google and cirq...\")\n",
" !pip install --quiet cirq-google --pre cirq --pre\n",
" print(\"installed cirq-google and cirq.\")\n",
" print(\"installing cirq-google...\")\n",
" !pip install --quiet cirq-google --pre\n",
" print(\"installed cirq-google.\")\n",
" import cirq\n",
" import cirq_google as cg"
]
Expand Down

0 comments on commit 106bae6

Please sign in to comment.