Add pip install instruction for build123d to README

This commit is contained in:
jdegenstein
2023-02-02 15:38:55 -06:00
committed by GitHub
parent bd12503e81
commit 9506307367

View File

@@ -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 git+https://github.com/jdegenstein/jmwright-CQ-Editor
pip install --pre git+https://github.com/cadquery/cadquery pip install --pre git+https://github.com/cadquery/cadquery
pip install git+https://github.com/gumyr/build123d.git#egg=build123d
``` ```
## Usage ## Usage