A command line interface for Depictio.
Create a virtual environment using the package manager of your choice. For example, using virtualenv:
virtualenv -p python3 venv
source venv/bin/activateOr using conda:
conda create -n depictio-cli python=3.8
conda activate depictio-cliThen install the package using pip (from the root of the repository):
pip install .depictio-cli --help