the project becomes dependent on NumPy

This commit is contained in:
devfred78
2022-02-12 21:34:03 +01:00
parent eeba208ea9
commit 452a204da7
2 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,12 @@ pygconsole depends on the following packages. The installation of pygconsole sho
pip install colorlog
```
* numpy: version 1.22.0 or above
```sh
pip install numpy
```
### Installation
Install from PyPi with:

View File

@@ -29,6 +29,7 @@ packages = pygconsole
install_requires =
pygame >= 2.1.0
colorlog >= 6.4.1
numpy >= 1.22.0
python_requires = >= 3.8
[options.packages.find]