Describes how to install, update, and authenticate to the Labelbox Python SDK.
pip
is installed and up-to-date.
pip install labelbox
orpip install "labelbox[data]"
in your command line.
Module | Description |
---|---|
"labelbox[data]" | Installs all required dependencies (libraries, tools to manipulate annotations, and more.) |
labelbox | Installs all required libraries for client-only functionality |
pip install --upgrade labelbox
To run the Python SDK in a Docker container, use the included Dockerfile as a starting place.
Related info:
https://github.com/Labelbox/labelbox-python/releases/latest/