Installation
Python setup
DeepoCLI module
# Install python 3.8+ as an example
pyenv install 3.8.12
# Generate a pipenv environment with the installed python version
pipenv --python 3.8
# Install the stable deepomatic-cli release...
pipenv install deepomatic-cli
# ... or the latest release
pipenv install git+https://github.com/deepomatic/deepocli#egg=deepomatic-cli
# Verify the install with pipenv
pipenv run deepo -h
# Spawn a pre-configured shell and verify the install
pipenv shell
deepo -h# Install the stable deepomatic-cli release...
pip install deepomatic-cli
# ... or the latest release
pip install git+https://github.com/deepomatic/deepocli#egg=deepomatic-cli
# Verify the install
deepo -hUpgrading
Last updated
Was this helpful?