Home > Backend Development > Python Tutorial > How to install local whl in python

How to install local whl in python

藏色散人
Release: 2019-10-11 16:54:10
Original
7457 people have browsed it

How to install local whl in python

How to install local whl with python?

Install the whl file python locally

1. Download the whl offline file locally and put it in the root directory of the c drive (any location is acceptable, just to facilitate installation )

https://pypi.org/

https://www.lfd.uci.edu/~gohlke/pythonlibs/ (It is recommended to use this address to download the whl file, domestic source, Fast. ctrl f to find the file you need)

2. cmd to the directory where the whl file is stored

3. pip to install whl offline File

pip install ****.whl
Copy after login

(****.whl is the file name of the whl we downloaded)

Recommendation: "Python Tutorial"

The above is the detailed content of How to install local whl in python. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template