Install Python Package from PYPI

Python Package Index

Python Package Index is an online repository of software packages for Python. Installing them requires a simple command “pip install ” [name of the package].

For example if you want to install matlib, type “pip install matlib” in the command prompt.

Python Package Installer Command Prompt
Python Package Installer Command Prompt

Howerver, there are requirements before you can use the pip command. The following options you have are:

  1. Install Anaconda (https://docs.anaconda.com/anaconda/)

Python Package Installer Anaconda

2. Install Miniconda (https://docs.conda.io/en/latest/miniconda.html)

Python Package Installer Miniconda

3. Using the Package Installer from inside Visual Studio, in this case I am using Visual Studio 2019 Community Edition

Python Package Installer Visual Studio
Python Package Installer Visual Studio

Leave a Reply

Your email address will not be published.

Previous Story

Install DOSBox in Windows 10

Next Story

Error Visual Studio Scrapy No Module Named Win32API

Latest from Private