Skip to content
Snippets Groups Projects
Commit 5047b0cb authored by David Verelst's avatar David Verelst
Browse files

fix installation instruction in readme

parent 0a40676a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
```
......
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