evogym
evogym copied to clipboard
Use pip for installation
python setup.py install is deprecated in favor of installation with pip. The use of setup.py appears to be responsible for compilation and linking errors with the simulator (#13). The proposed changes do the following:
- add
cmaketo the build system requirements inpyproject.toml - use a consistent and reduced set of dependencies which work with
pip23 - recommend
pipinstallation inREADME.md