You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


NumPy, SymPy, SciPy, Matplotlib

Page content

Installing packages in Microsoft Visual Studio

  1. In visual studio select the Window → Other windows → Python enviroments. Python enviroments will now open in place of the solution explorer. 

  2. In the dropdown menu where "Overview" currently is selected, select the "Packagestab and you will see a list of currently packages installed.

  3. Type in the package you wish to install in the search bar. For example "NumPy". Click the option "Run command: pip install numpy"


  4. In the output log visual studio will now output "----- Successfully installed 'numpy' -----" if the install was sucsessful. 


  • No labels