Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 372 Bytes

File metadata and controls

11 lines (9 loc) · 372 Bytes

My personal physics notes

GitHub Pages

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -U pip setuptools wheel
python3 -m pip install -r requirements.txt
make -C notes html