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