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: