mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Add requirements.txt file
The wiki page for bulding from source mentions some pip dependencies but misses others. I suggest to pup them here and add a `pip3 install -r requirements.txt` to the wiki
This commit is contained in:
parent
d7102729f1
commit
0d5a3e1941
1 changed files with 7 additions and 0 deletions
7
requirements.txt
Normal file
7
requirements.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
colorlog
|
||||
pyserial
|
||||
sentry-sdk
|
||||
shapely
|
||||
PyQt5==5.10
|
||||
trimesh
|
||||
zeroconf
|
Loading…
Add table
Add a link
Reference in a new issue