Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 426 Bytes

File metadata and controls

22 lines (15 loc) · 426 Bytes

EmbeddedTutorials

EmbeddedTutorials web pages are hosted here.

Setup, Build, and Run

# Create Virtual Environment
python3 -m venv .venv
source .venv/bin/activate

# Install sphinx package and extensions
pip3 install -r requirements.txt

# Build html
make html

# Run Webpages
cd build/html
python3 -m http.server # OR, firefox index.html