gpip
gpip is a package installer for Python. You can use gpip to install packages from GitHub repositories. Avoid copy-pasting!
How to download and setup gpip
Open terminal and run command
git clone https://github.com/pomaretta/gpip.git
git clone is used to create a copy or clone of gpip repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gpip https://github.com/pomaretta/gpip/archive/master.zip
Or simply clone gpip with SSH
[email protected]:pomaretta/gpip.git