Open Hardware Assembly Instructions for Opulo machines
OHAI uses mkdocs with the mkdocs-material theme. This guide assumes you're running on a Mac.
-
Install Homebrew if you have not already.
-
Install
uvusingbrew install uv. -
Open Terminal and
cdinto the ohai directory.cd ~/path/to/ohai -
Create a virtual environment with uv.
uv venv -
Install dependencies with uv:
uv sync
-
While in the ohai directory, activate the virtual environment.
source .venv/bin/activate -
Run mkdocs locally.
mkdocs serve -
OHAI is now being hosted locally at localhost:8000. You can
CTRL+Cto cancel.