Documentation, resources, guides, and best practices for OreSat software development.
Clone the git repository
$ git clone https://github.com/oresat/oresat-software-docsChange to the oresat-software-docs directory
$ cd oresat-software-docsInstall dependencies
NOTE: May need to replace pip with pip3 on your system (it varies on
OS and distro).
$ pip install -r requirements.txtBuild the docs
$ make html -C docsOpen docs/build/html/index.html in a web browser.