@@ -58,7 +58,7 @@ pip3 --version
58
58
59
59
You should not get an error. If everything went alright, open up a command
60
60
prompt ** with administrator rights** (Start -> search for CMD -> right click ->
61
- _ Run as administrator_ ).
61
+ _ Run as administrator_ ) and type in:
62
62
63
63
``` bash
64
64
pip3 install jupyter jupyterlab qiskit[visualization]
@@ -93,10 +93,11 @@ quotes, as in `pip install jupyter jupyterlab 'qiskit[visualization]'`.
93
93
94
94
## Running the lab
95
95
96
- To get started, you should run ` jupyter-lab ` inside a command line. In case
97
- something goes wrong and an error pops up, you might need to log out and log
98
- back in before continuing; on Linux, you can skip this step by simply running
99
- ` ~/.local/bin/jupyter-lab ` instead.
96
+ To get started, you should clone/download this repository, open up a command
97
+ line/terminal, navigate to the parent folder and run ` jupyter-lab ` . In case
98
+ something goes wrong and an error pops up, you might need to first log out and
99
+ log back in before continuing; on Linux, you can skip this step by simply
100
+ running ` ~/.local/bin/jupyter-lab ` instead.
100
101
101
102
A browser should get launched alongside a locally hosted server. In the left
102
103
panel, please navigate to the folder in which you have downloaded/cloned this
0 commit comments