Skip to main content

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

Click the button Manage Pips  for the respective python app, it will take to your pip management page.

Install New Pips

You can enter the contents of requirements.txt file in this file to start installing pip module on you domain.

Update  Single Pip

To update  a single python module, click the Update button for the respective python module.

Bulk Update Pips

To update multiple pip modules, select the python modules and click on the Bulk Update  button.

Uninstall Single Pip

To remove a single pip module, click the Remove button for the respective python module.

Bulk Uninstall Pips

To remove  multiple pip modules, select the python modules and click the Bulk  Remove button.

You can manage the python modules from the shell also, if your hosting account have shell access enabled.