Update README.md
This commit is contained in:
parent
ba3b7c14ef
commit
47c950a188
@ -72,9 +72,9 @@ You can test this new version.
|
|||||||
- `source venv/bin/activate`
|
- `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.
|
> 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.
|
||||||
6. [env] Update pip
|
6. [env] Update pip
|
||||||
- `pip3 install --upgrade pip`
|
- `python3 pip install --upgrade pip`
|
||||||
7. [env] Install the required libraries:
|
7. [env] Install the required libraries:
|
||||||
- `pip3 install -r requirements.txt`
|
- `python3 pip install -r requirements.txt`
|
||||||
> Use `sudo` or, preferably `--user`, if not working.
|
> Use `sudo` or, preferably `--user`, if not working.
|
||||||
8. [env] Initialize and prepare the database.
|
8. [env] Initialize and prepare the database.
|
||||||
- `flask db init`
|
- `flask db init`
|
||||||
|
Reference in New Issue
Block a user