Skip to content

Commit 83e50fb

Browse files
authored
Change back to non-versioned commands
1 parent e6a02d9 commit 83e50fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To run the application locally:
5454
1. Install the dependencies:
5555

5656
```Console
57-
pip3 install -r requirements.txt
57+
pip install -r requirements.txt
5858
```
5959

6060
1. Run the app:
@@ -84,13 +84,13 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
8484
1. Install the dependencies:
8585

8686
```Console
87-
pip3 install -r requirements.txt
87+
pip install -r requirements.txt
8888
```
8989

9090
1. Run the app:
9191

9292
```Console
93-
python3 manage.py runserver
93+
python manage.py runserver
9494
```
9595

9696
1. Browse to the sample application at `http://localhost:8000` in a web browser.

0 commit comments

Comments
 (0)