This commit is contained in:
Gil Goncalves 2017-04-16 05:05:45 +00:00 committed by GitHub
commit e0c41f0627

View File

@ -21,7 +21,7 @@ Before we do anything else we'll create a new virtual environment, using [virtua
Now that we're inside a virtualenv environment, we can install our package requirements.
pip install django
pip install django==1.5.1
pip install djangorestframework
pip install pygments # We'll be using this for the code highlighting