Skip to content

Commit

Permalink
Update README to reflect new capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2023
1 parent c4bfaeb commit f857908
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:target: https://tidelift.com/subscription/pkg/pypi-pip-run?utm_source=pypi-pip-run&utm_medium=readme

``pip-run`` provides on-demand temporary package installation
for a single interpreter run.
for a single execution run.

It replaces this series of commands (or their Windows equivalent)::

Expand All @@ -36,7 +36,7 @@ It replaces this series of commands (or their Windows equivalent)::

With this single-line command::

$ pythonX.X -m pip-run pkg1 pkg2 -r reqs.txt -- ...
$ py -X.X -m pip-run pkg1 pkg2 -r reqs.txt -- ...

Features include

Expand All @@ -57,7 +57,7 @@ Features include
- interactive development
- bug triage

``pip-run`` is a compliment to Pip and Virtualenv and Setuptools, intended to more
``pip-run`` is a compliment to Pip and Virtualenv, intended to more
readily address the on-demand needs.

.. [1] Except when a requirements file is used.
Expand Down Expand Up @@ -114,7 +114,7 @@ executable modules and packages via
`runpy <https://docs.python.org/3/library/runpy.html>`_ (aka
``python -m``)::

$ pip-run pycowsay -- -m pycowsay "moove over, pip-run"
$ pip-run cowsay -- -m cowsay "moove over, pip-run"

-------------------
< moove over, pip-run >
Expand Down Expand Up @@ -349,7 +349,7 @@ runpy scripts).
- ✓
- ✓
* - invoke console scripts
-
-
- ✓
* - invoke runpy modules
- ✓
Expand All @@ -367,7 +367,7 @@ runpy scripts).
- ✓
- ✓
* - persistent environments
-
-
- ✓
* - PEP 582 support
-
Expand Down Expand Up @@ -400,7 +400,7 @@ is transient only for the invocation of a single command, while
- ✓
- ✓
* - re-usable across python invocations
-
-
- ✓
* - portable
-
Expand All @@ -412,7 +412,7 @@ is transient only for the invocation of a single command, while
- ✓
-
* - run standalone scripts
-
-
- ✓
* - interactive interpreter with deps
- ✓
Expand Down

0 comments on commit f857908

Please sign in to comment.