Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.1 KB

INSTALL.md

File metadata and controls

49 lines (28 loc) · 1.1 KB

Installation

Pre-requisites

Install MDAnalysis, pandas and their dependencies, using your preferred method such as using conda

conda install mdanalysis mdanalysistests pandas

or pip:

pip install pandas
pip install mdanalysis mdanalysistests

pip installation

Install propkatraj from PyPi: propkatraj with

pip install propkatraj

which will install all additional dependencies such as PROPKA 3.

Source installation

Install from source with:

git clone https://github.com/Becksteinlab/propkatraj.git
cd propkatraj
pip install .

Use the --user flag for pip to install among your local user packages.

Testing

Regression tests are provided under propkatraj/tests.

To run these you will need access to the pytest package. This can be installed either using pip or conda.

You can run the tests in the following way:

pytest -v --disable-pytest-warnings propkatraj/tests