Skip to content

Commit 7a72422

Browse files
Update installation command in README.md
Adjust default pypi install name
1 parent 6fe9a9a commit 7a72422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugin_creator/template/{{ cookiecutter.plugin_name }}

plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
To install manually via the command line, run the following command:
1414

1515
```bash
16-
pip install {{ cookiecutter.plugin_slug }}
16+
pip install inventree-{{ cookiecutter.plugin_slug }}
1717
```
1818

1919
## Configuration

0 commit comments

Comments
 (0)