Skip to content

Commit 56d72a8

Browse files
authored
Update README.md
1 parent 39b7c1b commit 56d72a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Qiskit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33

44
### Installation
55
Pull up a command prompt terminal (any command line interface connected to the internet) and type: `pip install qiskit`
6+
67
#### Linux-based Operating Systems
78
If the terminal does not recognize the Python's package installation manager `pip`, then it is recommended to install the latest version of the Python (3.x) first in the system with the root privileges: `sudo apt-get install python3` and then install Qiskit by the above command.
9+
10+
You may also want to setup your `pylatexenc` library to be able to see quantum circuits with `matplotlib` backend: `pip install pylatexenc`

0 commit comments

Comments
 (0)