added requirements.txt

This commit is contained in:
Askill 2020-11-04 22:03:02 +01:00
parent bdb7b5fa17
commit 9414dd4d1a
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ If you choose to use Microsoft Visual C/C++, follow the instructions on the [Pyt
Using command prompt, install the pip packages [cython](https://pypi.org/project/Cython/), [numpy](https://pypi.org/project/numpy/), and [matplotlib](https://pypi.org/project/matplotlib/), as well as [setuptools](https://pypi.org/project/setuptools/), if for some reason it is not already installed.
The syntax to install a package with pip is
```
pip install PACKAGE
pip install -r requirements.txt
```
Where `PACKAGE` is replaced with the name of the package.

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
numpy
matplotlib
scipy