cc_staff
163
edits
Line 8: | Line 8: | ||
This example is for the openmm/7.7.0 module. | This example is for the openmm/7.7.0 module. | ||
{{Commands|prompt=[name@server ~] | {{Commands|prompt=[name@server ~] | ||
|ml python | | ml python | ||
|virtualenv env-parmed | | virtualenv env-parmed | ||
|source env-parmed/bin/activate | | source env-parmed/bin/activate | ||
}} | }} | ||
After activation of the environment | After activation of the environment install ParmEd and netCDF4 Python modules | ||
{{ | {{Commands|prompt=(env-parmed)[name@server ~] | ||
|pip install parmed==3.4.3 netCDF4 | | pip install parmed==3.4.3 netCDF4 | ||
| | |||
}} | }} | ||