Skip to content

Commit e2b9f67

Browse files
authored
Merge pull request DjangoGirls#1450 from mignonnesaurus/add-small-note-about-python-command-on-windows
Added small note to use `python` instead of `python3` for Windows.
2 parents 55f0581 + c936bc6 commit e2b9f67

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
@@ -164,7 +164,7 @@ Before we do that, we should make sure we have the latest version of `pip`, the
164164
165165
{% filename %}command-line{% endfilename %}
166166
```
167-
(myvenv) ~$ python3 -m pip install --upgrade pip
167+
(myvenv) ~$ python -m pip install --upgrade pip
168168
```
169169
170170
### Installing packages with requirements

0 commit comments

Comments
 (0)