Skip to content

seamless-io/seamless-cli

Repository files navigation

SMLS

Command Line Interface for the Seamless Cloud

Supporting

Python 3.6 Python 3.7 Python 3.8

Local development

Create virtual environment and run pip install -r requirements.txt

Install CLI locally

pip install -e .

Run tests locally

pip install -r test_requirements.txt

pytest