Skip to content
Snippets Groups Projects
Commit 394c73a9 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Add install instructions

parent 3c1bce16
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment