Skip to content

Install the datashare-python CLI

We recommend running the datashare-python CLI using uv.

If you don't have uv yet, start by installing it:

curl -LsSf https://astral.sh/uv/install.sh | sh

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Then verify the installation:

uvx datashare-python --version

Feel also free to install and run the datashare-python CLI with the package/tool manager of your choice.

Explore the datashare-python codebase

datashare-python contains all worker implementations powering Datashare's backend (speech-to-text, translation...), don't hesitate to have a look at the existing codebase before starting (or get back to it later on) !

Get started...

...and see how to implement a Basic Worker or a more Advanced Worker !