Skip to content

Commit

Permalink
Refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 15, 2019
1 parent 6e28202 commit c5685a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
.. image:: https://dev.azure.com/jaraco/pip-run/_apis/build/status/jaraco.pip-run?branchName=master
:target: https://dev.azure.com/jaraco/pip-run/_build/latest?definitionId=1&branchName=master

``pip-run`` provides on-demand dependency resolution,
making packages available for the duration of an interpreter
session.
``pip-run`` provides on-demand temporary package installation
for a single interpreter run.

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

Expand All @@ -46,15 +45,15 @@ Features include

``pip-run`` is not intended to solve production dependency management, but does aim to address the other, one-off scenarios around dependency management:

- trials and experiments
- build setup
- test runners
- just in time script running
- interactive development
- bug triage

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

.. [1] Except when a requirements file is used.
Expand Down

0 comments on commit c5685a5

Please sign in to comment.