vereinfachte Möglichkeit BRX Plugin zu laden über den .venv Pfad.
This commit is contained in:
+6
-5
@@ -1,9 +1,10 @@
|
||||
# Python-Abhaengigkeiten
|
||||
# Installieren mit: pip install -r requirements.txt
|
||||
|
||||
# PyRx - Python fuer AutoCAD/BricsCAD (in-process API)
|
||||
cad-pyrx >= 1.2.0
|
||||
ezdxf==1.4.1
|
||||
pytest==9.0.2
|
||||
|
||||
# Beispiel-Abhaengigkeiten – anpassen nach Bedarf:
|
||||
# pydantic >= 2.0.0
|
||||
# pytest >= 9.0.0
|
||||
# PyRx - BricsCAD Python API (liefert .brx Plugin-Dateien und Python-Wrapper)
|
||||
# WICHTIG: Benoetigt Python 3.12 (py -3.12 -m venv)
|
||||
cad-pyrx >= 2.0.0
|
||||
wxpython >= 4.2.0
|
||||
|
||||
Reference in New Issue
Block a user