Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 844 Bytes

File metadata and controls

29 lines (20 loc) · 844 Bytes

🙌 Contributing

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 🚀

🧠 Before You Start

  • For major changes, please open an issue to discuss your proposal first.
  • Make sure your code follows project conventions and passes existing checks.

🛠️ Getting Started

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 .