/oaic

Core software for Open AI Cellular

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Open AI Cellular

Core software for Open AI Cellular

Installation and Quick Start Guide

The full documentation is contained in this repository and rendered on GitHub pages here.

Clone this repository and its submodules recursively:

git clone https://github.com/openaicellular/oaic.git
git submodule update --init --recursive

Documentation

Install sphinx with the read-the-docs theme:

sudo -H python3 -m pip install -r requirements.txt

To build the core documentation, simply run make. The resulting documentation is put in docs/build/html.