From d22ecfa4fe7cff577ced0fc50737672a52b4018e Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 10 Jul 2019 17:01:15 -0400 Subject: [PATCH] Specify correct python version in README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad2f1bb7..f257bdca 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ ATAT repositories. Before running the setup scripts, a couple of dependencies need to be installed locally: -* `python` == 3.6 - Python version 3.6 **must** be installed on your machine before installing `pipenv`. - You can download Python 3.6 [from python.org](https://www.python.org/downloads/) +* `python` == 3.7.3 + Python version 3.7.3 **must** be installed on your machine before installing `pipenv`. + You can download Python 3.7.3 [from python.org](https://www.python.org/downloads/) or use your preferred system package manager. Multiple versions of Python can exist on one - computer, but 3.6 is required for ATAT. + computer, but 3.7.3 is required for ATAT. * `pipenv` ATST requires `pipenv` to be installed for python dependency management. `pipenv`