Update README.md
This commit is contained in:
parent
05e2450823
commit
8282376e11
|
@ -7,7 +7,7 @@ A template to quickly standup a flask webapp with bootstrap and a database.
|
||||||
# Setup
|
# Setup
|
||||||
*** Change directory to Flask-Project-Template/ or rename the folder before doing so.
|
*** Change directory to Flask-Project-Template/ or rename the folder before doing so.
|
||||||
|
|
||||||
``` python3 -m virtualenv venv/ ```
|
``` python3 -m venv venv/ ```
|
||||||
|
|
||||||
Linux/Mac
|
Linux/Mac
|
||||||
``` source bin/activate ```
|
``` source bin/activate ```
|
||||||
|
|
Loading…
Reference in New Issue