From 1af833189dd30a558127437e59a3dabcbaf90a4e Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 21 Aug 2018 16:48:50 -0400 Subject: [PATCH] Specify python 3.6 dependency --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b61c8e..18744a33 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,14 @@ 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/) + or use your preferred system package manager. + * `pipenv` ATST requires `pipenv` to be installed for python dependency management. `pipenv` - will fetch and install the appropriate versions of Python and `pip`. [See + will create the virtual environment that the app requires. [See `pipenv`'s documentation for instructions on installing `pipenv]( https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv).