Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke authored Sep 12, 2024
1 parent b091fc4 commit aea0f76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ A Blender Add-on wrapper around [pip-qt](https://github.com/hannesdelbeke/pip-qt
## Install

### Plugget install (recommended)
Search `pip-qt-addon` in [plugget-qt-addon](https://github.com/plugget/plugget-qt-addon), and click install

Or run this code if you have the [plugget](https://github.com/plugget/plugget) Python package installed:
1. install the [plugget-qt-addon](https://github.com/plugget/plugget-qt-addon)
2. Search & install `pip-qt-addon` using the plugget qt addon
or
1. Install the [plugget](https://github.com/plugget/plugget) Python package
2. And run the code below:
```python
import plugget
plugget.install("pip-qt-addon")
Expand Down

0 comments on commit aea0f76

Please sign in to comment.