Skip to content

Commit 14bf821

Browse files
authored
Merge pull request #8421 from jkbsrg/patch-1
Update tutorial-working-with-python-in-visual-studio-step-05-installi…
2 parents f629be9 + d6fc47d commit 14bf821

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)