Skip to content

Files

36 lines (25 loc) · 624 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 624 Bytes

Command Line Interface for Lucidtech AI Services

Installation

$ pip install lucidtech-las-cli

Documentation

Link to docs

Usage

All methods support the --help flag which will provide information on the purpose of the method, and what arguments could be added.

$ las documents create --help
$ las models list --help
$ las workflows update --help

Contributing

Prerequisites

$ pip install -r requirements.txt
$ pip install -r requirements.ci.txt 

Run tests

$ make prism-start
$ python -m pytest