Skip to content

Commit 070757e

Browse files
committed
Update installation command in Rigetti demo notebook
1 parent b8554d7 commit 070757e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/hardware/rigetti/getting_started.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@
109109
"source": [
110110
"try:\n",
111111
" import cirq\n",
112+
" import cirq_rigetti\n",
112113
"except ImportError:\n",
113-
" print(\"installing cirq...\")\n",
114-
" !pip install --quiet cirq\n",
115-
" print(\"installed cirq.\")\n",
116-
" import cirq"
114+
" print(\"installing cirq-rigetti...\")\n",
115+
" !pip install --quiet cirq-rigetti\n",
116+
" print(\"installed cirq-rigetti.\")\n",
117+
" import cirq\n",
118+
" import cirq_rigetti"
117119
]
118120
},
119121
{

0 commit comments

Comments
 (0)