From 95063073675eea376a8633fbfeba43e0b53998cf Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 2 Feb 2023 15:38:55 -0600 Subject: [PATCH] Add pip install instruction for build123d to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d37470..89b8f07 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Development builds are also available, but can be unstable and should be used at ``` pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor pip install --pre git+https://github.com/cadquery/cadquery +pip install git+https://github.com/gumyr/build123d.git#egg=build123d ``` ## Usage