Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
It has updated readme with new instructions
  • Loading branch information
NicolasDevel committed Mar 19, 2022
1 parent 580e5a3 commit f3710d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ This is not a library, but rather a collection of standalone scripts! As such, t

#### Install these requirements
- [Python 3.6+](https://www.anaconda.com/distribution/) (tested on Python 3.6 and Python 3.7, macOS Catalina and Windows 10)
- [pip](https://pypi.org/project/pip/) package : `python -m pip install--upgrade pip`
- [Numpy](https://numpy.org) package : `pip install numpy`
- [Numba](https://numba.pydata.org) package : `pip install numba`
- [pyqt5](https://pypi.org/project/PyQt5) package : `pip install pyqt5`
- [pyqtgraph](https://www.pyqtgraph.org/) package : `pip install pyqtgraph`

#### Run guide for total beginners
0. Open "Terminal" on macOS & Linux, "Powershell" or "Command Prompt" on Windows
Expand Down

0 comments on commit f3710d4

Please sign in to comment.