Skip to content

Commit 33dc7da

Browse files
committed
removed duplicate step
1 parent 4c9b839 commit 33dc7da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/ide/quickstart-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ You're now ready to add a bit of Python code to implement a minimal web app.
173173
![Setting the startup file for a project in Solution Explorer](media/quickstart-python-05-set-as-startup-file-2019.png)
174174
::: moniker-end
175175

176-
1. Right-click *app.py* in **Solution Explorer** and select **Set as startup file**. This command identifies the code file to launch in Python when running the app.
177-
178176
2. Right-click the project in **Solution Explorer** and select **Properties**. Then select the **Debug** tab and set the **Port Number** property to `4449`. This step ensures that Visual Studio launches a browser with `localhost:4449` to match the `app.run` arguments in the code.
179177

180178
3. Select **Debug > Start Without Debugging** (**Ctrl**+**F5**), which saves changes to files and runs the app.

0 commit comments

Comments
 (0)