The project files of TouchDesigner Working With Pen Plotter Workshop
Open cmd and type:
py -m pip install --target="C:/Users/USERNAME/AppData/Local/Programs/Python/Python310/Lib/site-packages" svgwrite
(Please change USERNAME)
Open terminal and type:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
python3 -m pip install --target=/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages svgwrite
Add Python 64-bit module path.
C:/Users/USERNAME/AppData/Local/Programs/Python/Python310/Lib/site-packages
(Please change USERNAME)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages

