Deploy section added in README.

This commit is contained in:
Niels Müller
2016-06-06 14:19:22 +02:00
parent 98757efe13
commit b16e4aac11

View File

@ -40,3 +40,13 @@ Navigate to the top folder of the repository and run the command
python setup.py install python setup.py install
This builds the cython modules and installs them into the local python distribution. This builds the cython modules and installs them into the local python distribution.
### Deploy on intranet
For any installed version of mdevaluate modules do:
version=dev # or maybe: version=$(python ../mdevaluate/setup.py --version)
module load gromacs/5.1
module load mdevaluate/$version
python setup.py install --prefix=/autohome/niels/modules/mdevaluate-$version