Installation ============ Dependencies ------------ `gmxbatch` depends on the following third party packages: - `matplotlib `_ >=3.0.0 - `jinja2 `_ - `numpy `_ >= 1.15.0 For most functionality, you will also need a working installation of `GROMACS `_. Conda ----- .. code-block:: console conda install -c awacha gmxbatch Pip --- .. code-block:: console pip install gmxbatch From source ----------- .. code-block:: console git clone https://gitlab.com/awacha/gmxbatch.git cd gmxbatch git submodule init git submodule update python setup.py install