diff --git a/README.md b/README.md index 49ff5ec..2e233f8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/setup.cfg b/setup.cfg index 9b6b6fa..9bd8002 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]