Skip to content

depictio/depictio-cli

Repository files navigation

depictio-cli

A command line interface for Depictio.

Installation

Create a virtual environment using the package manager of your choice. For example, using virtualenv:

virtualenv -p python3 venv
source venv/bin/activate

Or using conda:

conda create -n depictio-cli python=3.8
conda activate depictio-cli

Then install the package using pip (from the root of the repository):

pip install .

Usage

depictio-cli --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages