Skip to content
Snippets Groups Projects
Commit 2ca9d7d1 authored by Janis Born's avatar Janis Born
Browse files

remove potentially confusing build instructions

parent 1a71e2e8
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -75,4 +75,5 @@ We provide prebuilt wheels for manual installation with `pip` for the following ...@@ -75,4 +75,5 @@ We provide prebuilt wheels for manual installation with `pip` for the following
### Building from source ### Building from source
1. recursively clone the repo 1. recursively clone the repo
2. `cd` to repo dir 2. `cd` to repo dir
3. `pip install -e .` (or `pip install -e . --user` if you are not root or in a virtualenv) 3. ensure the correct virtualenv is activated
4. `pip install -e .`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment