Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
installation-user [2020/01/15 22:35] – add linux Zbigniew Jedrzejewski-Szmekinstallation-user [2020/01/16 08:41] (current) – add pytest for linux Zbigniew Jedrzejewski-Szmek
Line 24: Line 24:
 ==== Fedora and friends ==== ==== Fedora and friends ====
 <code> <code>
-sudo dnf install python3 git-all gitk python3-numpy+sudo dnf install python3 git-all gitk python3-numpy python3-pytest
 pip3 --user install numba pip3 --user install numba
 </code> </code>
Line 30: Line 30:
 ==== Debian/Ubuntu ==== ==== Debian/Ubuntu ====
 <code> <code>
-sudo apt install python3 git-all gitk python3-numpy+sudo apt install python3 git-all gitk python3-numpy python3-pytest
 pip3 --user install numba pip3 --user install numba
 </code> </code>