Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 623 Bytes

installing.rst

File metadata and controls

40 lines (22 loc) · 623 Bytes

Installation

Do I need to install pip to install modulereport?

pip is installed if you're using Python binaries downloaded from python.org.

Using Linux Package Managers

pip may also be installed by your Package Manager:

$ which pip
/usr/bin/pip

Install modulereport

With pip:

$ [sudo] pip install modulereport

Uninstalling modulereport

Uninstall modulereport like so:

$ [sudo] pip uninstall modulereport