Skip to content
Snippets Groups Projects
Commit dfe7fd64 authored by Jakob Notland's avatar Jakob Notland
Browse files

Update README.md

parent 4ba82e13
Branches master
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ Go to the backend directory:
Before running the backend one should use a [virtualenvironment](https://virtualenv.pypa.io/en/latest/index.html):
- `pip install --user virtualenv`
- `virtualenv venv`
- `virtualenv venv` or `python3 -m venv venv`
- `source venv/bin/activate` or `source venv/Scripts/activate` depending on the folders generated (UNIX/Windows).
To run the backend server, run the following commands:
......
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