From 2e88f676f60c5fc2ffd99d78a1bba27b96372bec Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 12 May 2026 17:07:50 -0700 Subject: [PATCH] update README - include instructions on using --index with uv. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 66b265c..4065efa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ A command-line interface for Google Colab. Create sessions, run code, manage fil uv tool install git+https://github.com/googlecolab/google-colab-cli ``` +Note: If you have a non-standard default package index (Googlers), you may also need to add `--index https://pypi.org/simple`. + + ## Quick start ```bash