Installation

Python setup

The Deepomatic Command-Line Interface requires Python 3.4+. We strongly recommend using a Python version management system.

If you don't have any, you might want to look into Pyenv and Pipenv. You will find a detailed tutorial to get started in:

DeepoCLI module

Once you have set up your Python version management system, all you have to do is specify the corresponding version and install the packages. Below you will find two ways to do it using pip or pipenv and pyenv.

Upgrading

If you want to upgrade your package, simply reinstall with pip or pipenv:

# Upgrade DeepoCLI with pipenv to latest version
pipenv update deepomatic-cli

# Upgrade DeepoCLI with pip to latest version
pip install --upgrade deepomatic-cli

# Check the current version
deepo -v