/gropy

A Python module to manipulate the ".gro" coordinate file of GROMACS

Primary LanguagePythonMIT LicenseMIT

GroPy

A Python Library to Manipulate the ".gro" Coordinate File of GROMACS

Developers

Zhikun Cai, UIUC, caizkun@gmail.com

Test Environments

Python 2.7.10, Mac OS X 10.11 EI Capitan

Installation

To install the library locally for your own use, execute the following command line:

$ python setup.py install --user

To install globally for all users:

$ sudo python setup.py install