Skip to content

Commit

Permalink
Fixed misleading inline code (differed from block code)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH authored and bmispelon committed Nov 8, 2014
1 parent 0bca5c9 commit 9b2e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We will make a virtualenv called `myvenv`. The general command will be in the fo

### Windows

To create a new `virtualenv`, you need to open the console (we told you about that a few chapters ago - remember?) and run `C:\Python\python -m venv venv`. It will look like this:
To create a new `virtualenv`, you need to open the console (we told you about that a few chapters ago - remember?) and run `C:\Python34\python -m venv myvenv`. It will look like this:

C:\Users\Name\djangogirls> C:\Python34\python -m venv myvenv

Expand Down

0 comments on commit 9b2e998

Please sign in to comment.