Home  >  Article  >  Backend Development  >  Python_Install the official whl package and tar.gz package

Python_Install the official whl package and tar.gz package

PHP中文网
PHP中文网Original
2017-06-19 10:45:411297browse

Windows environment:

Install the whl package: pip install wheel -> pip install **.whl

Install tar.gz package: cd to the decompressed path, python setup.py install

Linux environment:

Installation of whl as above

Install tar.gz: cd to the decompressed path, ./configure -> make -> make install

The above is the detailed content of Python_Install the official whl package and tar.gz package. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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