Skip to content
Snippets Groups Projects
Commit 3db664df authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

oops setup in readme

parent 7d6659de
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ This project does depend on python packages.
python3 -m venv wikstraktorenv #optional for basic version
. wikstraktorenv/bin/activate #activate environment (optional)
pip install -r requirements.txt
run ./setup.py
./setup.py
```
### Wikstraktor Server
......@@ -38,7 +38,7 @@ The following commands are extracted from the aforementionned documentation, it
python3 -m venv wikstraktorenv #create wikstraktorenv environment
. wikstraktorenv/bin/activate #activate environment
pip install -r server_requirements.txt
run ./setup.py
./setup.py
```
## Use
......
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