From 4563bc292e14ac01d6290845f90d1c6153f35ccc Mon Sep 17 00:00:00 2001 From: Mitchell Moore <mmoo97@uab.edu> Date: Fri, 6 Mar 2020 14:32:07 -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 3be9839..14ff9c7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ cd flask_user_reg ### Setup a Virtual Environment - Ensure you have created a [virtual environment](https://docs.python.org/3/library/venv.html) called `venv` setup running python3. - - Note, this project requires a virtual environment running __python3__ (__3.4.10__ in this case). + - Note, this project requires a virtual environment running __python3__ (__3.6.8__ in this case). - Create this by navigating to you home directory via typing `$ cd` and entering the following commands:<br> ``` $ python3 -m venv ~/venv -- GitLab