Skip to content

Commit d6fc47d

Browse files
authored
Update tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md
Step 6 & 7 are duplicates
1 parent 88b1d68 commit d6fc47d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ The Python developer community has produced thousands of useful packages that yo
9595

9696
1. After the package is installed, it appears in the **Python Environments** window. The **X** to the right of the package uninstalls it.
9797

98-
1. Enter `matplotlib` into the search field to install `matplotlib`.
99-
100-
1. Select the **Run command: pip install matplotlib** option.
101-
This option installs `matplotlib`, and any packages it depends on (in this case, that includes `numpy`).
102-
10398
:::moniker range="vs-2022"
10499
![Installing matplotlib in the environment-2022 in Packages tab](media/environments/environments-add-matplotlib-2022.png)
105100
:::moniker-end

0 commit comments

Comments
 (0)