Skip to content
/ sdk Public

Python library and CLI interface for interacting with ODM

License

Notifications You must be signed in to change notification settings

genestack/sdk

Repository files navigation

Library odm_sdk

Documentation

stable

Installation

python3 -m pip install odm-sdk

Usage

odm-user-setup init

Generate documentation files

python3 -m pip install -r requirements-docs.txt
cd docs
make html

Note! make use script make_shell_docs.py that generates documentation for shell applications

Repo structure

docs/                             - folder with documentation sources
odm_sdk/                          - folder with library and tests
setup.py                          - installation setup for odm_sdk library