Installation ============ Installation via PyPI --------------------- The easiest way to install LeakPy is using pip: .. code-block:: bash pip install leakpy Installation from source ------------------------ To install from source: .. code-block:: bash 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.