Using uv (Recommended)
Using pip
Create a virtual environment
python3 -m venv ~/.venvs/bindu
source ~/.venvs/bindu/bin/activate
If you encounter errors, try updating pip: python -m pip install --upgrade pip
Contributing
Want to contribute to Bindu? Here’s how to set up your development environment:
# Clone the repository
git clone https://github.com/getbindu/Bindu.git
cd Bindu
# Install development dependencies with uv
uv sync
# Install pre-commit hooks
pre-commit run --all-files
See our Contributing Guidelines for more details.