We welcome contributions from the community!
Whether it's a bug fix, feature enhancement, or documentation improvement — you're invited to help make MEINE better 🚀
- For major changes, please open an issue to discuss your proposal first.
- Make sure your code follows project conventions and passes existing checks.
Follow the steps below to set up your development environment:
# Clone the repository
git clone https://github.com/Balaji01-4D/meine
cd meine
# Create a virtual environment
python -m venv .venv
# Activate the virtual environment
source .venv/bin/activate # On Linux/macOS
# .venv\Scripts\activate # On Windows
# Install the package in editable mode
pip install -e .