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

Add pipx to installation documentation #756

Closed
simonw opened this issue May 4, 2020 · 2 comments
Closed

Add pipx to installation documentation #756

simonw opened this issue May 4, 2020 · 2 comments

Comments

@simonw
Copy link
Owner

simonw commented May 4, 2020

Add to this page: https://datasette.readthedocs.io/en/stable/installation.html

Here's how to install plugins: https://twitter.com/simonw/status/1257348687979778050

$ datasette plugins
[]

$ pipx inject datasette datasette-json-html            
  injected package datasette-json-html into venv datasette
done! ✨ 🌟 ✨

$ datasette plugins
[
    {
        "name": "datasette-json-html",
        "static": false,
        "templates": false,
        "version": "0.6"
    }
]
@simonw
Copy link
Owner Author

simonw commented May 4, 2020

pypa/pipx#79 showed me how to upgrade plugins within the pipx virtual environment.

@simonw simonw closed this as completed in 7e2bb31 May 4, 2020
@simonw
Copy link
Owner Author

simonw commented May 4, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant