Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 667 Bytes

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