Skip to content

Installing the Python Client

Installing via Pip

The latest release of the Python client can be installed using pip.

Terminal window
pip install duckdb

The pre-release Python client (known as the “preview” or “nightly” build) can be installed using --pre.

Terminal window
pip install duckdb --upgrade --pre

Installing from Source

Follow the Python build guide.