Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 585 Bytes

Candella SDK

The Candella SDK lets developers create apps, core services, and frameworks for the Candella fork of AliceOS. It provides utilities to create and validate Candella projects from the command line or programmatically.

Quickstart: Install from pip

Run the following to install the Candella SDK:

pip install candella-sdk

Build from source

Requirements

  • Python 3.8 or greater
  • Poetry v1.1.0 or greater

Clone the repository from GitHub and run poetry install; poetry build to build the project. The resulting wheel files will be located in dist.