Installation¶
Installation From Source¶
- Ensure that you have python3.3+ and python3-pip with latest version(8.1.2+)
- Clone the repo from https://github.com/upendra-k14/pip_gui.git. Otherwise run the following command : git clone https://github.com/upendra-k14/pip_gui.git <download_location>
- Navigate to <download_location>/<pip_gui>/ folder
- From inside the pip_gui folder run : python3 -m pip_tkinter
- To install and run using entry point: sudo python3 setup.py install
Note
- Installation options soon coming for Windows and Mac OS using binaries.
- Caveats : Currently, the software doesn’t work on Linux distros without ‘gksu’. Otherwise, you can install gksudo if available on your linux distro. This issue will be soon fixed.