diff --git a/README.md b/README.md index 9c7bee4..f201cd0 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,18 @@ environment with: source activate moulder ``` +# Install + +Install Moulder through `pip`: + +``` +pip install . +``` + # Running In order to run `Moulder`, just run: ``` -python moulder.py +moulder ``` - -in the `moulder` directory.