add pipx as an installation method for projects
See original GitHub issueIf you are an owner of a project or have a favorite project that is suited to be run by pipx, add instructions to the project’s README.
Let’s make pipx as ubiquitous as pip for python package installation!
Example installation text
This package can be installed and run from a temporary virtual environment with no commitment by running
pipx run BINARY
This package can be globally installed using pipx, the Python binary runner.
pipx install PACKAGE
and run directly from the command line
BINARY
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
pipx — Install and Run Python Applications in Isolated ...
pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an...
Read more >Recommend pipx as the installation method of choice #3022
Describe the feature Recommend using pipx to install dbt as a cli app for all OS. Describe alternatives you've considered The alternatives ...
Read more >Pipx Tutorial - Install and Run Python Applications with Ease
In this tutorial we will be exploring Pipx - a python library for installing and running Python Applications and CLIs within an Isolated ......
Read more >How do I install a Python command line tool or script? (hint: pipx)
With pipx, you can install a Python-based command line tool in a manner that is safe, stable, and convenient. It is like Node/npm's...
Read more >Installing Brownie — Brownie 1.17.0 documentation
The recommended way to install Brownie is via pipx. ... If you install via one of these methods, we highly recommend using venv...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Link to the published guide: Installing stand alone command line tools
pipx will be listed as a “guide” on packaging.python.org soon https://github.com/pypa/python-packaging-user-guide/pull/594#issuecomment-465673352