Skip to content

Commit

Permalink
Merge pull request #290 from rz/patch-1
Browse files Browse the repository at this point in the history
python -> python3 in django installation tutorial
  • Loading branch information
aniav committed Mar 27, 2015
2 parents 80b38f1 + 4bbcb8e commit 9aeec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For this tutorial we will be using a new directory `djangogirls` from your home

We will make a virtualenv called `myvenv`. The general command will be in the format:

python -m venv myvenv
python3 -m venv myvenv

### Windows

Expand Down

0 comments on commit 9aeec5b

Please sign in to comment.