aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-08-16 10:10:17 +0200
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-08-16 10:10:17 +0200
commit8f4ad95a531604a69b17ece072fbf739e52ba0dd (patch)
tree8f859a25c5df3285f9aa0fe307231f538330d037 /README.md
parentc045f180c235454a786883d16213a7686efb58da (diff)
Updated the documentation to reflect editable installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6da4a4a..201cc93 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,39 @@ To install the qface library you need to have python3 and pip installed.
pip3 install qface
```
+## Install Development Version
+
+### Prerequisites
+
+To install the development version you need to clone the repository and ensure you have checkout the develop branch.
+
+```sh
+git clone git@github.com:Pelagicore/qface.git
+cd qface
+git checkout develop
+```
+
+The installation requires the python package manager called (pip) using the python 3 version. You can try:
+
+```sh
+python3 --version
+pip3 --version
+```
+
+### Installation
+
+Use the editable option of pip to install an editable version.
+
+```sh
+cd qface
+pip3 install --editable .
+```
+
+This reads the `setup.py` document and installs the package as reference to this repository. So all changes will be immediatly reflected in the installation.
+
+To update the installation just simple pull from the git repository.
+
+
## Download
If you are looking for the examples and the builtin generators you need to download the code.