Skip to content

Commit 18a99e4

Browse files
authored
edits per review feedback
1 parent 229aaab commit 18a99e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/quickstart-02-python-in-visual-studio-project-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Follow this procedure to create a Visual Studio solution and a new Flask web pro
3939

4040
:::image type="content" source="media/vs-2022/quickstart-python-configure-blank-flask-project.png" alt-text="Screenshot that shows how to configure a new Blank Flask Web Project in Visual Studio 2022." border="false" lightbox="media/vs-2022/quickstart-python-configure-blank-flask-project.png":::
4141

42-
1. After a moment, Visual Studio displays a prompt:
42+
1. After a moment, Visual Studio displays a prompt about how to handle package dependencies. The prompt is different based on whether you already have package dependencies installed.
4343

4444
The dialog **This project requires external packages.** indicates that the selected template includes a _requirements.txt_ file that specifies dependencies on the Flask package. Visual Studio can install the packages automatically, which gives you the option to install the packages into a _virtual environment_. Using a virtual environment is recommended over installing into a global environment.
4545

0 commit comments

Comments
 (0)