From fc33c059e97125faebbdd53a5260727c035c9449 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 8 Feb 2018 14:26:53 -0300 Subject: [PATCH] Edited README.md: new pip installation method explained --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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.