update README to reflect that we now use py3

This commit is contained in:
Thomas Steen Rasmussen 2017-01-30 12:26:33 +01:00
parent 9e5709d200
commit 51e6dbdbcf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Django project to power Bornhack. Features include news, villages, webshop, and
## Quickstart
### Virtualenv
Create a Python 2.7 virtual environment and activate it:
Create a Python 3 virtual environment and activate it:
```
$ virtualenv venv
$ source venv/bin/activate