singularity icon indicating copy to clipboard operation
singularity copied to clipboard

Suggestion: auto install python packages linux

Open snyntakk404 opened this issue 4 years ago • 2 comments

make a .sh file and enter the following code:

pip install pygame --upgrade 
pip install numpy --upgrade

snyntakk404 avatar Aug 14 '21 16:08 snyntakk404

Maybe something like that? pip install -r requirements.txt I saw it at https://github.com/AnonGit90210/RamanujanMachine

kotenok2000 avatar May 23 '22 10:05 kotenok2000

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.

Toby222 avatar May 24 '22 09:05 Toby222