The current documentation for PROTEUS has information on which packages need to be installed. This could be made easier by having a requirements.txt file. We could then simply run: conda install --file requirements.txt to get all of the packages, rather than having the user run a specific command.
The current documentation for PROTEUS has information on which packages need to be installed. This could be made easier by having a
requirements.txt
file. We could then simply run:conda install --file requirements.txt
to get all of the packages, rather than having the user run a specific command.