Python PIP Management
Manage Python Modules
This page will help you to manage pip modules on your python apps. You can install , update and uninstall python modules from this page.
Location :
Python -> Python PIP Management
Install New Pips
You can enter the contents of requirements.txt file in this filedfile to start installing pip module on you domain.
Update Single Pip
To update a single python modulemodule, click the Update button for the respective python modulemodule.
Bulk Update Pips
To update multiple pip modulesmodules, select the python modules and click on the Bulk Update buttonbutton.
Uninstall Single Pip
To remove a single pip modulemodule, click the Remove button for the respective python module.
Bulk Uninstall Pips
To remove multiple pip modulesmodules, select the python modules and click the Bulk Remove button.
You can manage the python modules from the shell too,also, if your hosting account have shell access enabled.