Update README.md
This commit is contained in:
parent
4ddbb7ecec
commit
03e3204ea7
@ -63,7 +63,7 @@ You can test this new version.
|
|||||||
- `cd Parasitter`
|
- `cd Parasitter`
|
||||||
4. Change to this branch:
|
4. Change to this branch:
|
||||||
- `git checkout dev-indep`
|
- `git checkout dev-indep`
|
||||||
5. [Optional] Prepare a virtual environment and activate it:
|
5. [Optional] Prepare a virtual environment and activate it (Recommended):
|
||||||
|
|
||||||
> Python lets you create virtual environments. This allows you to avoid installing all the `pip` packages on your system.
|
> Python lets you create virtual environments. This allows you to avoid installing all the `pip` packages on your system.
|
||||||
If you don't mind about that, you can jump to step **5.** and ignore everything about "[env]".
|
If you don't mind about that, you can jump to step **5.** and ignore everything about "[env]".
|
||||||
@ -79,6 +79,7 @@ You can test this new version.
|
|||||||
- `flask db init`
|
- `flask db init`
|
||||||
- `flask db migrate`
|
- `flask db migrate`
|
||||||
- `flask db upgrade`
|
- `flask db upgrade`
|
||||||
|
> If you get *`"No such command db"`*, try running `source venv/bin/activate` again.
|
||||||
9. [env] Run the application.
|
9. [env] Run the application.
|
||||||
- `flask run`
|
- `flask run`
|
||||||
10. Go to "http://localhost:5000/" and enjoy.
|
10. Go to "http://localhost:5000/" and enjoy.
|
||||||
|
Reference in New Issue
Block a user