Python installs the official whl package and tar. gz package method of recommended

  • 2020-06-03 06:58:26
  • OfStack

Windows environment:

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

Install tar. gz package: cd to the post-decompression path,python ES16en. py install

Linux environment:

Install whl ibid

Install ES27en. gz:cd to the unzipped path,./configure - > make - > make install


Related articles: