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 you to your pip management page.

Install New Pips

You can enter the contents of the requirements.txt file in this file to start installing the pip module on your 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 also manage the Python modules from the shell if your hosting account has the shell access enabled.