Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| installation-user [2020/01/15 21:35] – add linux Zbigniew Jedrzejewski-Szmek | installation-user [2020/01/16 07:41] (current) – add pytest for linux Zbigniew Jedrzejewski-Szmek | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ==== Fedora and friends ==== | ==== Fedora and friends ==== | ||
| < | < | ||
| - | sudo dnf install python3 git-all gitk python3-numpy | + | sudo dnf install python3 git-all gitk python3-numpy  | 
| pip3 --user install numba | pip3 --user install numba | ||
| </ | </ | ||
| Line 30: | Line 30: | ||
| ==== Debian/ | ==== Debian/ | ||
| < | < | ||
| - | sudo apt install python3 git-all gitk python3-numpy | + | sudo apt install python3 git-all gitk python3-numpy  | 
| pip3 --user install numba | pip3 --user install numba | ||
| </ | </ | ||