Skip to content

Commit 49f1c91

Browse files
committed
Update python version after merges
1 parent 12d169a commit 49f1c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ python3 -m venv myvenv
3434
<!--sec data-title="Windows" data-id="virtualenv_installation_windows"
3535
data-collapse=true ces-->
3636

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

3939
{% filename %}command-line{% endfilename %}
4040
```

0 commit comments

Comments
 (0)