Nobody Could've Know What You're Thinking
Home Archives Tags Categories Github About Me

pip install local tar gz file   2018-09-19


Pip install local tar.gz package may fail sometimes, and then it’ll try to get the package online, but if there’s no network connection, it’ll fail

So, to install tar.gz file

First unzip the package then cd to the folder, do

$ python setup.py build
$ python setup.py install

Memo
memopippython
<  Anaconda environment commands memo
Turn Python Code To Executable File Using PyInstaller >
© 2021 Andy Li  Powered by Hexo, theme by blairos