Add pyserial for camera feedback

This commit is contained in:
2023-11-07 12:06:36 +02:00
parent 2543ee1b2c
commit baeb0f875e

View File

@@ -6,6 +6,7 @@
let
pythonPkg = (python3Full.withPackages (ps: [
yapps
ps.pyserial # for camera feedback into linuxcnc
ps.pyopengl
ps.pygobject3
ps.pycairo