Update Readme

This commit is contained in:
Niels Müller
2019-10-25 09:54:45 +02:00
parent b8b61380c8
commit b71961979f

View File

@ -1,10 +1,10 @@
# Pygmx # Pygmx
A Cython wrapper for the shared library of GROMACS 2016 A Cython wrapper for the shared library of GROMACS 2018
## Installation ## Installation
Pygmx requires some python packages and an installation of GROMACS 2016. Pygmx requires some python packages and an installation of GROMACS 2018.
### Python requirements ### Python requirements
@ -15,7 +15,7 @@ Pygmx needs mainly two python packages to be installed, which are available in a
### Gromacs installation ### Gromacs installation
Pygmx requires the shared library and header files of Gromacs 2016 to be installed. Pygmx requires the shared library and header files of Gromacs 2018 to be installed.
#### Through package manager #### Through package manager