update README to reflect that we now use py3
This commit is contained in:
parent
9e5709d200
commit
51e6dbdbcf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue