Skip to main content
uv add bindu

Using pip

1

Create a virtual environment

python3 -m venv ~/.venvs/bindu
source ~/.venvs/bindu/bin/activate
2

Install bindu

pip install -U bindu
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.