Skip to content

Commit 76b1f22

Browse files
authored
Merge pull request #13 from shimwell/update-install-details
added pypi instructions
2 parents 7f1036a + fcef50f commit 76b1f22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ tagged faces are matched to their corresponding surfaces in the mesh via their p
1111

1212
## Installation
1313

14-
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.
14+
You can install via [PyPI](https://pypi.org/project/assembly-mesh-plugin/)
15+
16+
```
17+
pip install assembly-mesh-plugin
18+
```
1519

1620
## Usage
1721

0 commit comments

Comments
 (0)