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

Installing 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 Python client can be installed from source from the tools/pythonpkg directory in the DuckDB github repository.

cd tools/pythonpkg
python setup.py install