Skip to content

localdevices/ORC-OS-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRiverCam Operating System documentation

This repository contains the documentation for OpenRiverCam OS.

Setup the environment

First make a virtual environment:

python3 -m venv orc-os-docs
source orc-os-docs/bin/activate

Setup the required packages:

pip install -r requirements.txt

The documentation built requires a browser back-end to render HTML pages automatically. Set this up as follows:

playwright install chromium

To build the documentation:

cd docs
make clean  # if you want to rebuild the documentation from scratch
make html

For installation instructions of OpenRiverCam OS, see https://github.com/localdevices/ORC-OS/blob/main/README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published