From 5047b0cb006a6ded88c147a88537154d71113c9d Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Thu, 7 Apr 2016 09:01:34 +0200 Subject: [PATCH] fix installation instruction in readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 638cadaf..ddb65910 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,19 @@ Detailed installation instructions, including how to install Python from scratch are described in the [detailed installation manual](docs/install-manual-detailed.md). -If you know what you are doing, you can install as follows: +If you know what you are doing, you can install as a package as follows: ``` -python setup.py +python setup.py install ``` +Or in development mode, install from your working directory + +``` +pip install -e ./ +``` + + Or create a binary wheel distribution package with: ``` -- GitLab