Installation

To install IntLevPy, clone the the repository and install the package using pip:

git clone https://github.com/shailendrabhandari/IntLevPy.git
cd IntLevPy
pip install -e .

Dependencies

Ensure all required dependencies are installed:

pip install -r requirements.txt

Once installed, you are ready to start using the package! For usage examples, refer to the Usage section.