From 404e51f4937ad84aae4a9950a304d0a9de1819c4 Mon Sep 17 00:00:00 2001 From: Daniel Depoe <89668578+dan-montelo@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:22:04 -0400 Subject: [PATCH] update to Cadwork 2025 and python 312 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index c96f8ad7..ddd8403a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -37,7 +37,7 @@ To install `compas_cadwork` to this path, open a terminal and run following comm .. code-block:: bash - set CADWORK_SITE_PACKAGES="C:\Program Files\cadwork.dir\EXE_30\Pclib.x64\python310\site-packages" + set CADWORK_SITE_PACKAGES="C:\Program Files\cadwork.dir\EXE_2025\Pclib.x64\python312\site-packages" pip install compas_cadwork --target %CADWORK_SITE_PACKAGES% --upgrade