Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
attach --pre flag to cirq install for stable version
  • Loading branch information
senecameeks authored Nov 10, 2023
1 parent a83fdc8 commit 6c4bf15
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...\")\n",
" !pip install --quiet cirq-google --pre\n",
" print(\"installed cirq-google.\")\n",
" print(\"installing cirq-google and cirq...\")\n",
" !pip install --quiet cirq-google --pre cirq --pre\n",
" print(\"installed cirq-google and cirq.\")\n",
" import cirq\n",
" import cirq_google as cg"
]
Expand Down

0 comments on commit 6c4bf15

Please sign in to comment.