Installing the Python Client
Installing via Pip
The latest release of the Python client can be installed using pip.
pip install duckdbThe pre-release Python client (known as the “preview” or “nightly” build) can be installed using --pre.
pip install duckdb --upgrade --preInstalling from Source
Follow the Python build guide.