From 8282376e11a3463a8f2f655e891904ae21b3c467 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 3 Mar 2020 21:29:20 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714e9b7..668cfae 100644 --- a/README.md +++ b/README.md @@ -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 ```