Skip to content

Commit

Permalink
Call out the Python Launcher usage early. Closes #88.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 6, 2023
1 parent 9d90452 commit f5c50a4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ With this single-line command::

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

.. note:: ``py`` is the Python Launcher for
`Windows <https://docs.python.org/3/using/windows.html#launcher>`_
or `Unix <https://python-launcher.app/>`_ and isn't required to use
pip-run, but is used in this guide and recommended for anyone to get
a portable, cruft-free Python invocation.

Features include

- Downloads missing dependencies and makes their packages available for import.
Expand Down Expand Up @@ -152,10 +158,6 @@ As long as ``pip-run`` is installed in each of Python environments
on the system, this command can be readily repeated on the other
python environments by specifying the relevant interpreter::

$ python3.7 -m pip-run ...

or on Windows or Unix with [pylauncher](https://python-launcher.app/)::

$ py -3.7 -m pip-run ...

Script Runner
Expand Down

0 comments on commit f5c50a4

Please sign in to comment.