From 394c73a9f529ba4fba8f7274345753b13d222544 Mon Sep 17 00:00:00 2001
From: Filippo Cremonese <filippocremonese@rev.ng>
Date: Thu, 17 Sep 2020 14:29:05 +0200
Subject: [PATCH] Add install instructions

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index fea70f4..9da8d6c 100644
--- a/README.md
+++ b/README.md
@@ -21,3 +21,20 @@ See the documentation in `/docs`.
 ## Usage
 
 TODO - document Orchestra usage
+
+## Installing
+
+```bash
+python setup.py bdist_wheel
+pip install --user dist/orchestra*.whl
+```
+
+## Development setup
+
+Creating a dedicated virtualenv is highly suggested
+
+```bash
+python3 -m venv virtualenv
+. ./virtualenv/bin/activate
+python setup.py develop
+```
-- 
GitLab