We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a02d9 commit 83e50fbCopy full SHA for 83e50fb
articles/app-service/quickstart-python.md
@@ -54,7 +54,7 @@ To run the application locally:
54
1. Install the dependencies:
55
56
```Console
57
- pip3 install -r requirements.txt
+ pip install -r requirements.txt
58
```
59
60
1. Run the app:
@@ -84,13 +84,13 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
84
85
86
87
88
89
90
91
92
93
- python3 manage.py runserver
+ python manage.py runserver
94
95
96
1. Browse to the sample application at `http://localhost:8000` in a web browser.
0 commit comments