encord-agents in your current environment, you can run:
Using an Isolated Environment (Recommended)
We recommend installing the Encord agents library in an isolated environment. There are several options available.Venv
- Create a new virtual environment. In this example, we name it
agents-venvbut you can choose any name you see fit.
- Next, activate your virtual environment. This ensures that any modules you install remain isolated and that all previously installed modules in the environment are available for use in Python.
- Once activated, the environment name is displayed before the cursor in your terminal.
example
- Install the
encord-agentslibrary.
Poetry
If you already have a Poetry project, you can addencord-agents to that project:
Conda
- Create a conda environment.
- We suggest activating your conda environment.
- Once activated, the environment name is displayed before the cursor in your terminal.
example
- Install the
encord-agentslibrary.
Dependencies
The dependencies forencord-agents are kept lightweight, with the only relatively large dependencies being opencv-python and numpy. To see the full list of dependencies, see here.
