⌘+k ctrl+k
Search Shortcut cmd + k | ctrl + k
Install the Python Client

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

pip install duckdb

The pre-release Python client can be installed using --pre.

pip install duckdb --upgrade --pre

The latest Python client can be installed from source from the tools/pythonpkg directory in the DuckDB GitHub repository.

BUILD_PYTHON=1 GEN=ninja make
cd tools/pythonpkg
python setup.py install