diff --git a/README.md b/README.md index 3be9839d4cc3b27a10a97e0e459c2f319a3bb6dc..14ff9c7fa477097341a034b18a987b27cb08a349 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