Maintenance level: 🟢 Updates happen occasionally. Critical bugs get fixed.
ParametricText is an Autodesk® Fusion 360™ add-in for creating Text Parameters in sketches.
- Windows
- Mac OS
https://parametrictext.readthedocs.io/en/stable/
cd doc
python3 -m venv venv # First time
. venv/bin/activate
python3 -m pip install -r requirements.txt # First time
make html
ls _build/html
Currently, each unit test file is self-contained. Just execute each file with Python.