ParametricText is an Autodesk® Fusion 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
Run python3 -m unittest
to execute all unit tests.