Skip to content

Commit 58e5578

Browse files
authored
Update README.md
1 parent 592c23e commit 58e5578

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pip3 --version
5858

5959
You should not get an error. If everything went alright, open up a command
6060
prompt **with administrator rights** (Start -> search for CMD -> right click ->
61-
_Run as administrator_).
61+
_Run as administrator_) and type in:
6262

6363
```bash
6464
pip3 install jupyter jupyterlab qiskit[visualization]
@@ -93,10 +93,11 @@ quotes, as in `pip install jupyter jupyterlab 'qiskit[visualization]'`.
9393

9494
## Running the lab
9595

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.
100101

101102
A browser should get launched alongside a locally hosted server. In the left
102103
panel, please navigate to the folder in which you have downloaded/cloned this

0 commit comments

Comments
 (0)