Installation

Installation via PyPI

The easiest way to install LeakPy is using pip:

pip install leakpy

Installation from source

To install from source:

git clone https://github.com/Chocapikk/LeakPy.git
cd LeakPy
pip install -e .

Requirements

LeakPy requires:

  • Python 3.9 or higher

  • requests

  • rich

  • prompt_toolkit

All dependencies are automatically installed when installing via pip.