diff options
author | shaynecm <63633614+shaynecm@users.noreply.github.com> | 2020-04-21 13:43:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 13:43:19 +0200 |
commit | e428aeb97e92cb974210d23a6cd4eefdd2e94706 (patch) | |
tree | b523f00c4e57e1ad0b0ef956c8c35d0aebe2763c /INSTALL.md | |
parent | updated to include py3 (diff) | |
download | awx-e428aeb97e92cb974210d23a6cd4eefdd2e94706.tar.xz awx-e428aeb97e92cb974210d23a6cd4eefdd2e94706.zip |
pre-req's updated
added Python 3.6+ to bring inline with the inventory change
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 57cbfbd2d0..51e014de05 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -73,6 +73,7 @@ Before you can run a deployment, you'll need the following installed in your loc - [Git](https://git-scm.com/) Requires Version 1.8.4+ - [Node 10.x LTS version](https://nodejs.org/en/download/) - [NPM 6.x LTS](https://docs.npmjs.com/) +- Python 3.6+ ### System Requirements |