Encord home page
Search...
⌘K
Blog
Search...
Navigation
Get Started
1. Prerequisites and Installation
Platform
SDK
Agents
End-to-End
Release Notes
Get Started
Encord SDK Introduction
1. Prerequisites and Installation
2. Register Cloud Data
3. Set Up Your Project and Team
Authentication
Export Labels
General
Entities and Relationships
Network Configurations
Bulk Action Best Practices
User Groups
Organization-Wide Actions
Custom Embeddings with the SDK
SDK Reference
Index
Add Data to Encord and Create Folders
Custom Metadata
Data Groups - SDK
Add Files to Datasets
Cloud-synced Folders with the SDK
Moving Files and Folders
Edit and Delete Files and Folders
Index Collections
Ontologies
Ontologies Basics
Create Ontologies (SDK)
Copy Ontologies
Projects
Projects and Workflows
Attaching and Removing Datasets
Converting Ontology Shapes
Split Projects
Convert Manual QA Projects into Workflow Projects
Merge Projects
Import CVAT
Labels
Working with Labels
Delete Labels/Classifications
Label / Activity logs
Bitmasks
Audio Labels and Classifications
HTML Files and Labels
Text Files and Labels
PDF Labels and Classifications
Import Labels/Annotations
Import Labels/Annotations to Consensus Branches
Import COCO Labels/Annotations
Copy labels between Projects
Datasets
Create Datasets
Verify Where Files are Stored (Dataset)
Remove Data from Datasets
Re-encoding Videos (SDK)
Import and Verify Custom Metadata
DICOM
SDK DICOM Basics
Reading DICOM Metadata
De-identifying DICOM Files
Active API & SDK
Import Prediction Sets
Active Collections
Active Import and Sync Projects
On this page
Prerequisites
Installation
Show Version Number
Upgrade SDK version
Get Started
1. Prerequisites and Installation
Prerequisites
Before you can utilize Encord’s Python SDK, you must ensure that the following prerequisites are met:
pip
is installed.
Python 3
is installed.
While not strictly a requirement, we recommend that you use a virtual environment in which to install the SDK and run your projects from. See
this tutorial
to learn how to set up and activate virtual environments.
Installation
The Encord SDK is available through
pypi
and is installed using the following command:
Copy
python3 -m pip install encord
After successfully installing the Encord SDK, move on to the
Authentication page
to learn how users get authenticated in Encord.
Show Version Number
Always ensure you are running the latest version of the Encord SDK by using the following terminal command:
The current SDK version can be found on the the
pypi page
.
Copy
pip show encord
Upgrade SDK version
Upgrade your SDK version using the following command:
Copy
pip install encord --upgrade
Was this page helpful?
Yes
No
Encord SDK Introduction
Register AWS Data (SDK)
Assistant
Responses are generated using AI and may contain mistakes.