From 85336679bfd66128006a06052438d44164a76d6e Mon Sep 17 00:00:00 2001 From: Michael Socha Date: Thu, 7 Jun 2018 18:35:30 -0400 Subject: [PATCH] Add note to README.md warning that new Python 3 versions may not be supported. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d36ef29..0ea1931 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ You'll need Python 3, pip, and virtualenv installed first. Note: Your Python 3 should installation must have the header files-i.e. install ```python3-dev``` or similar package on Linux systems. +Note that new versions of Python 3 may not be supported due to the version +of Django used (1.7.5). Python 3.3 has been confirmed to run this successfully. + virtualenv -p python3 env source env/bin/activate pip install -r requirements_dev.txt