Update README.md

This commit is contained in:
PLUJA 2020-07-14 19:02:49 +02:00 committed by GitHub
parent c1b8695a7a
commit a95e0adb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ It is always recommended to set up a self-hosted instance. It is quite easy and
- `source venv/bin/activate`
> Now you are inside of the virtual environment for python. All instructions wiht [env] indicate that must be done inside the env if you decided to create one. From now on, you will always need to start the application from within the virtual env.
5. [env] Update pip
- `pip install --upgrade pip`
- `pip3 install --upgrade pip`
6. [env] Install the required libraries:
- `pip3 install -r requirements.txt`
> Use `sudo` or, preferably `--user`, if not working.