Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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

Expand Down
Loading