Skip to content

Commit

Permalink
Add note on how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
theavey committed Jan 31, 2018
1 parent 55a4e30 commit 0f293c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ This package depends on MDAnalysis, NumPy, pandas, panedr, and
gromacswrapper.
The dependencies are listed in [requirements.txt](./requirements.txt).
Most if not all should be installable with conda.

To install, run:
```
git clone https://github.com/theavey/ParaTemp.git
cd ParaTemp
pip install -r requirements.txt
python setup.py install
```

0 comments on commit 0f293c1

Please sign in to comment.