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

Mr. Riano has worked as Manager and Senior Architect in some of the biggest firms in the world -- Accenture, Wipro, Coca-Cola.

He has architected solutions on Fortune 500 companies from Microsoft, Visa, American Express, Chevron, Shell, Novartis, Starbucks, Bill & Melinda Gates Foundation to name a few.

He has earned a B.S. in Information Technology, M.S. in Computer Science, and currently a Doctoral Candidate.

On the weekends, he coaches soccer and holds a D License from US Soccer Federation.

Previous Story

Install DOSBox in Windows 10

Next Story

Error Visual Studio Scrapy No Module Named Win32API

Latest from Private