.. _installation: Installation ============ To install **IntLevPy**, clone the the repository and install the package using pip: .. code-block:: bash git clone https://github.com/shailendrabhandari/IntLevPy.git cd IntLevPy pip install -e . Dependencies ------------ Ensure all required dependencies are installed: .. code-block:: bash pip install -r requirements.txt Once installed, you are ready to start using the package! For usage examples, refer to the :ref:`usage` section.