Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 424 Bytes

GroPy

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

Developers

Zhikun Cai, UIUC, [email protected]

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