Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add comment about the new-plugin-name argument to copier
  • Loading branch information
pearsomark authored Nov 25, 2024
1 parent 489f06d commit 98d32db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Then you can generate a new napari plugin project:
```bash
python -m pip install copier jinja2-time
python -m pip install npe2
# new-plugin-name will not be used automatically so when prompted, enter new-plugin-name as the name of your plugin.
copier copy --trust https://github.com/napari/napari-plugin-template new-plugin-name
```

Expand Down

0 comments on commit 98d32db

Please sign in to comment.