You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Qiskit/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,8 @@
3
3
4
4
### Installation
5
5
Pull up a command prompt terminal (any command line interface connected to the internet) and type: `pip install qiskit`
6
+
6
7
#### Linux-based Operating Systems
7
8
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