this is a mini post with maxi info

dedicated to

Martins Victor and Gigabyte developers

let us begin

1 BY ADDING PIP PATH

in system variables in path add the pip folder path

c:/../pythonx/../pip/

then in commandline do

pip install modulename

2 PIP DIRECTLY

locate where pip.exe is located like

c:/../pythonx/../pip/pip.exe
on commandline write

c:/../pythonx/../pip/pip.exe install modulename

3 BY PYTHON PATH

add your python path to system variables path

like c:/../pythonx/

then write on commandline

python pip -m install modulename

4 DIRECT PYTHON

locate the python.exe like

c:/../pythonx/python.exe
on commandline write

c:/../pythonx/python.exe pip -m install module name

5 MSI INSTALLER

Download the .msi installer and run it. nice.

6 ZIP DOWNLOAD

Download the project as zip

locate the project’s directory where a file called setup.py is located like

c:/…../project/

type on the commandline

cd c:/…../project/

then if you already added the python path

python setup.py install

7 WHEEL FILE DOWNLOAD

Download the .whl file directly go / cd to where it is then

pip install exactname.whl

hope it helps

drop a comment if you know of more ways
update : you can also do it programmatically via python

Best Online Bookmark manager : https://www.bookmarkninja.com