extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Add numpy to preinstalling packages. #15

Closed extinctsion closed 11 months ago

extinctsion commented 2 years ago

While using 'createarray' method, it uses numpy which needed to be preinstalled. So, add that in setup.py

PreyumKr commented 1 year ago

Can we edit the setup.py too, mere ko laga only the inner file.

extinctsion commented 11 months ago

I have added numpy in install_requires in setup.py. Hence, issue is resolved and ready to be closed