Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't generate pipx install instructions for libraries #36

Open
seanh opened this issue Jul 18, 2022 · 0 comments
Open

Don't generate pipx install instructions for libraries #36

seanh opened this issue Jul 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@seanh
Copy link
Contributor

seanh commented Jul 18, 2022

These instructions make sense for command line packages but not for libraries or tox plugins:

# Installing {{ cookiecutter.name }}
We recommend using [pipx](https://pypa.github.io/pipx/) to install
{{ cookiecutter.name }}.
First [install pipx](https://pypa.github.io/pipx/#install-pipx) then run:
```terminal
pipx install {{ cookiecutter.slug }}
```
You now have {{ cookiecutter.name }} installed! For some help run:
```
{{ cookiecutter.__entry_point }} --help
```
Upgrading
---------
To upgrade to the latest version run:
```terminal
pipx upgrade {{ cookiecutter.slug }}
```
To see what version you have run:
```terminal
{{ cookiecutter.__entry_point }} --version
```
Uninstalling
------------
To uninstall run:
```
pipx uninstall {{ cookiecutter.slug }}
```

@seanh seanh added the bug Something isn't working label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant