install library python visual studio code code example
Example 1: installing python packages in visual studio code
py -m pip install numpy
Example 2: getting started vscode python
py -3 -m venv .venv
.venv\scripts\activate
py -m pip install numpy
py -3 -m venv .venv
.venv\scripts\activate