From f3710d4f6eb913508214ed5bfff8c290bcc4a098 Mon Sep 17 00:00:00 2001 From: Nicolas Devel Date: Sat, 19 Mar 2022 01:10:08 -0500 Subject: [PATCH] update readme It has updated readme with new instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72cbad4..cfb2cba 100644 --- a/README.md +++ b/README.md @@ -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