From a551d48e9019354aa23dec3801107a2dadb1abe8 Mon Sep 17 00:00:00 2001 From: arm61 Date: Wed, 20 Jun 2018 08:22:02 +0100 Subject: [PATCH] add install instructions to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2e0c2f2..d77bd54 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ ## Visit the [pylj](http://pythoninchemistry.org/pylj) webpage for more information about pylj. +To build from source: + +```python + +pip install -r requirements.txt + +python setup.py build + +python setup.py install + +python setup.py test + +``` + All development discussion can take place on [Slack](https://pylj.slack.com) . [![DOI](https://zenodo.org/badge/119863480.svg)](https://zenodo.org/badge/latestdoi/119863480)