From 2655db3b0b398e2bd2964ceb7baca3d3e83fcdcd Mon Sep 17 00:00:00 2001 From: Akanksha Date: Tue, 4 Aug 2026 15:25:30 -0700 Subject: [PATCH] Fix SPS installation command in README.md Corrected the installation command for pathwaysutils to include proper syntax. --- pathwaysutils/experimental/shared_pathways_service/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pathwaysutils/experimental/shared_pathways_service/README.md b/pathwaysutils/experimental/shared_pathways_service/README.md index e11c99f..2d6b514 100644 --- a/pathwaysutils/experimental/shared_pathways_service/README.md +++ b/pathwaysutils/experimental/shared_pathways_service/README.md @@ -89,8 +89,7 @@ I1208 20:10:18.148825 ...] argv[2]: '--resource_manager_address=pathways-c ### 1. Install `pathwaysutils` and SPS dependencies. ```shell -pip install --upgrade -git+https://github.com/AI-Hypercomputer/pathways-utils[sps] +pip install --upgrade "git+https://github.com/AI-Hypercomputer/pathways-utils.git#egg=pathwaysutils[sps] # Note: google-cloud-monitoring is optional. If you don't wish to collect SPS usage metrics, install with pathways-utils[sps_without_monitoring]. ```