singularity
singularity copied to clipboard
Suggestion: auto install python packages linux
make a .sh file and enter the following code:
pip install pygame --upgrade
pip install numpy --upgrade
Maybe something like that? pip install -r requirements.txt I saw it at https://github.com/AnonGit90210/RamanujanMachine
Maybe something like that? pip install -r requirements.txt I saw it at https://github.com/AnonGit90210/RamanujanMachine
If you cloned the repository, you can just do pip install . in the folder.
setup.py already has all the build information pip needs.