Updated README
This commit is contained in:
16
README.md
16
README.md
@@ -1,10 +1,10 @@
|
|||||||
# Pygmx
|
# Pygmx
|
||||||
|
|
||||||
A Cython wrapper for the shared library of `GROMACS 5.1`.
|
A Cython wrapper for the shared library of GROMACS 5.1.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Pygmx requires some python packages and an installation of `GROMACS 5.1`.
|
Pygmx requires some python packages and an installation of GROMACS 5.1.
|
||||||
|
|
||||||
### Python requirements
|
### Python requirements
|
||||||
|
|
||||||
@@ -13,7 +13,17 @@ Pygmx requires some python packages and an installation of `GROMACS 5.1`.
|
|||||||
|
|
||||||
### Gromacs installation
|
### Gromacs installation
|
||||||
|
|
||||||
The shared library of `GROMACS 5.1`and the corresponding c++ header files need to be present on the system.
|
#### Using a module
|
||||||
|
|
||||||
|
If gromacs is installed as a module in your system, run
|
||||||
|
|
||||||
|
module load gromacs/5.1
|
||||||
|
|
||||||
|
and skip to the section *Installing pygmx*.
|
||||||
|
|
||||||
|
#### Manual setup
|
||||||
|
|
||||||
|
The shared library of GROMACS 5.1and the corresponding c++ header files need to be present on the system.
|
||||||
If the shared library is installed globally, the environment variable `LD_LIBRARY_PATH` must be set.
|
If the shared library is installed globally, the environment variable `LD_LIBRARY_PATH` must be set.
|
||||||
The installation process will look for the header files by replacing any `lib` folder
|
The installation process will look for the header files by replacing any `lib` folder
|
||||||
in `LD_LIBRARY_PATH` with `include`.
|
in `LD_LIBRARY_PATH` with `include`.
|
||||||
|
Reference in New Issue
Block a user