Skip to content

Commit

Permalink
docs: fix link & code example (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd authored Aug 15, 2024
1 parent 2fd087f commit 364500a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/localselectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is done by using the lowercase letters `x`, `y`, and `z` instead of the upp
## Installation

```
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=localcoordinates&subdirectory=plugins/localcoordinates"
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=localselectors&subdirectory=plugins/localselectors"
```


Expand All @@ -22,6 +22,7 @@ To use this plugin after it has been installed, import it to automatically patch

```python
import cadquery as cq
import localselectors # Adds local selectors to cadquery.Workplane

result = (cq.Workplane().rect(50, 50)
.extrude(50))
Expand Down

0 comments on commit 364500a

Please sign in to comment.