Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to README.md warning that new Python 3 versions may not be supported #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down