Skip to content

openaicellular/oaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.