[PYTHON] Use pip on Windows

Introduction

When using the extension package published in Python, the packaged module can be easily deployed to the execution environment by using the package management system pip.

On Windows, it is included in Python (as of 3.5.1), so there is no need to install it additionally.

Execution environment

help

help command

console


>pip help 

Network installation

pip install <packagename>

Offline installation

The procedure to bring the downloaded package to the offline environment and install it.

Download the package from the internet

Use the download command. pip --download is now deprecated.

console


>pip download <packagename>

<packagename>-<versions> .tar.gz is created in the folder where the command was executed.

Install from downloaded package

You can install it by specifying <package name>-<versions> .tar.gz.

console


>pip intall <packagename>-<versions>.tar.gz

List of installed packages

Use the freeze command to confirm the installation.

console


>pip freeze
<packagename>==1.0.0

Recommended Posts

Use pip on Windows
Use pyvenv on Windows
Use Ansible on Windows
Use QuTiP on Windows
Use Python on Windows (PyCharm)
Use Linux on Windows 10 (WSL2)
Pip install --ugrade pip fails on Windows
How to use Dataiku on Windows
Install Python on Windows + pip + virtualenv
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
Mastering pip and wheel on windows
Install easy_install and pip on windows
Python on Windows
How to use Google Assistant on Windows 10
Install python on xserver to use pip
Install pip on Mavericks
Notes on installing Python3 and using pip on Windows7
Pylint on Windows Atom
Linux (WSL) on Windows
Anaconda on Windows Terminal
Install Anaconda on Windows 10
python basic on windows ②
Install python on windows
Install pycuda on Windows10
Build TensorFlow on Windows
Try FEniCS on Windows!
Build XGBoost on Windows
Try Poerty on Windows
Install Chainer 1.5.0 on Windows
[Windows] Memo to use Keras on GPU [Tensorflow-GPU]
Install pip / pip3 on Ubuntu
Eliminates SSL error when PIP Install on Windows.
Install ZIP version Python and pip on Windows 10
Install Numpy on virtualenv on Windows
Set-enable Python virtualenv on Windows
Run Jupyter on Ubuntu on Windows
Run Openpose on Python (Windows)
Use matplotlib on Ubuntu 12 & Python
Install watchdog on Windows + Python 3.3
Install Win-Kex (kali-linux) on Windows 10.
Use music21 on Google Colaboratory
Before trying Veriloggen on Windows
Use pip with Jupyter Notebook
Install cvxpy on windows, Anaconda
Python + Kivy development on Windows
Prepare Chainer environment on Windows
Use Github Desktop on Linux
Try using OpenCV on Windows
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Use Windows 10 fonts with WSL
Make Cython available on Windows.
Fastest Python installation on Windows
Build Python environment on Windows
Django environment development on Windows 10
Install Chainer 1.6 (GPU) on Windows 7.
Build python environment on windows
Set up Polyglot on Windows
Linux on Windows -1-: debian introduction
Use sshpass on Amazon linux2
I ran python on windows
[Tensorflow] Tensorflow environment construction on Windows 10