Skip to content

Commit

Permalink
[Docs] Fixed wrong instructions linux installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Failxxx committed Oct 30, 2022
1 parent 3a09522 commit 6d159a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting_started/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ Install python packages
| Make sure we have pip installed: ``sudo ./python3.10 -m ensurepip``
| Install packages:
| pip: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pip -t ..\lib\site-packages``
| wheel: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir wheel -t ..\lib\site-packages``
| pillow: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pillow -t ..\lib\site-packages``
| pip: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pip``
| wheel: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir wheel``
| pillow: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pillow``
| qiskit: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir qiskit qiskit_finance qiskit_machine_learning``

Expand Down

0 comments on commit 6d159a2

Please sign in to comment.