From eb3d26a6236f49361d99ea673c68621e5fbea2d3 Mon Sep 17 00:00:00 2001 From: Reid Mello <30907815+rjmello@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:28:58 -0400 Subject: [PATCH] Remove pipx --include-deps flag from docs As of #1600, we call Parsl's `process_worker_pool.py` script via the `python-exec` endpoint CLI subcommand. Hence, this flag is no longer necessary. --- docs/endpoints/single_user.rst | 4 ++-- docs/index.rst | 2 +- docs/quickstart.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/endpoints/single_user.rst b/docs/endpoints/single_user.rst index 99f641d68..c6d25356d 100644 --- a/docs/endpoints/single_user.rst +++ b/docs/endpoints/single_user.rst @@ -18,7 +18,7 @@ For those just looking for the quickstart commands: .. code-block:: console - $ python3 -m pipx install globus-compute-endpoint --include-deps + $ python3 -m pipx install globus-compute-endpoint $ globus-compute-endpoint configure my_first_endpoint @@ -37,7 +37,7 @@ recommend use of |pipx for library isolation|_: .. code-block:: console - $ python3 -m pipx install globus-compute-endpoint --include-deps + $ python3 -m pipx install globus-compute-endpoint .. note:: diff --git a/docs/index.rst b/docs/index.rst index 67595abbf..753fccf29 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -72,7 +72,7 @@ how to download and configure an endpoint for local (multi-process) execution: .. code-block:: console - $ python3 -m pipx install globus-compute-endpoint --include-deps + $ python3 -m pipx install globus-compute-endpoint $ globus-compute-endpoint configure diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4f34bb69f..cfe66e7c1 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -64,7 +64,7 @@ The Globus Compute endpoint can be installed using `Pipx