Edited README.md: new pip installation method explained

This commit is contained in:
Santiago Soler
2018-02-08 14:26:53 -03:00
parent 410c835d6e
commit fc33c059e9

View File

@@ -42,12 +42,18 @@ environment with:
source activate moulder source activate moulder
``` ```
# Install
Install Moulder through `pip`:
```
pip install .
```
# Running # Running
In order to run `Moulder`, just run: In order to run `Moulder`, just run:
``` ```
python moulder.py moulder
``` ```
in the `moulder` directory.