Skip to content

Install via pip

Install Bivvy using pip.

Installation

Terminal window
pip install bivvy

Requirements

  • Python 3.8 or later

Supported Platforms

OSArchitecture
macOSx64 (Intel), arm64 (Apple Silicon)
Linuxx64, arm64
Windowsx64

How It Works

The pip package downloads the native Bivvy binary on first run and provides a Python wrapper that executes it. The binary is cached in the package directory for subsequent runs.

Virtual Environments

You can install Bivvy in a virtual environment:

Terminal window
python -m venv .venv
source .venv/bin/activate
pip install bivvy

Updating

Terminal window
pip install --upgrade bivvy

Uninstalling

Terminal window
pip uninstall bivvy