From 58e5578730cfdc29935c42983642272a7ee5726b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin-Ioan=20VINTIL=C4=82?= <45993965+w1bb@users.noreply.github.com> Date: Mon, 8 May 2023 19:42:56 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68f66e6..3459438 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ pip3 --version You should not get an error. If everything went alright, open up a command prompt **with administrator rights** (Start -> search for CMD -> right click -> -_Run as administrator_). +_Run as administrator_) and type in: ```bash pip3 install jupyter jupyterlab qiskit[visualization] @@ -93,10 +93,11 @@ quotes, as in `pip install jupyter jupyterlab 'qiskit[visualization]'`. ## Running the lab -To get started, you should run `jupyter-lab` inside a command line. In case -something goes wrong and an error pops up, you might need to log out and log -back in before continuing; on Linux, you can skip this step by simply running -`~/.local/bin/jupyter-lab` instead. +To get started, you should clone/download this repository, open up a command +line/terminal, navigate to the parent folder and run `jupyter-lab`. In case +something goes wrong and an error pops up, you might need to first log out and +log back in before continuing; on Linux, you can skip this step by simply +running `~/.local/bin/jupyter-lab` instead. A browser should get launched alongside a locally hosted server. In the left panel, please navigate to the folder in which you have downloaded/cloned this