Wednesday, November 6, 2019

How to install a Python packages


1) Install a packages from .gz file in python cmd

1) download gz like (Packages.gz) file
2) tar -xzf Packages.gz
3) cd to (Packages) new directoty
4) wirte this command on cmd "python setup.py install"

2) Install a packages from .WHL file in python cmd



3) Install a packages from  cmd
(Note : if you got error like this "ERROR: Could not install packages due to an EnvironmentError:")



4) Install a packages from  cmd

1 comment: