Update README.md

This commit is contained in:
Maxim 2020-03-03 21:29:20 -06:00 committed by GitHub
parent 05e2450823
commit 8282376e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ A template to quickly standup a flask webapp with bootstrap and a database.
# Setup
*** Change directory to Flask-Project-Template/ or rename the folder before doing so.
``` python3 -m virtualenv venv/ ```
``` python3 -m venv venv/ ```
Linux/Mac
``` source bin/activate ```