Skip to content

Commit

Permalink
Fixed the FreeCAD plugin pip install line
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jan 19, 2024
1 parent de88a66 commit 7a2d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/freecad_import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mamba install freecad:freecad
Assuming that you have pip and git installed, the following line can be used to install this plugin.

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

## Dependencies
Expand Down

0 comments on commit 7a2d1a8

Please sign in to comment.