From fcef50f613cc5994e033e340ed3fbf8f3a519514 Mon Sep 17 00:00:00 2001 From: shimwell Date: Mon, 7 Apr 2025 16:17:38 +0200 Subject: [PATCH] added pypi instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 743e5cf..4884668 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ tagged faces are matched to their corresponding surfaces in the mesh via their p ## Installation -You can do `pip install -e .` locally in the root of this repo to enable development. Alternatively, you can install via `pip install git+git@github.com:cadquery/assembly-mesh-plugin.git` if you have access to the repo on Github. +You can install via [PyPI](https://pypi.org/project/assembly-mesh-plugin/) + +``` +pip install assembly-mesh-plugin +``` ## Usage