vereinfachte Möglichkeit BRX Plugin zu laden über den .venv Pfad.

This commit is contained in:
2026-06-01 19:24:15 +02:00
parent acf9f666cc
commit b2dbd8c1c3
4 changed files with 45 additions and 8 deletions
+6 -5
View File
@@ -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