style: update README - include instructions on using --index with uv. (#10)

Tyler committed May 12, 2026 at 17:15 UTC 692fa60790e030cbad66ac7004b6acec12ec0cdc
1 file changed +3
README.md
+3
@@ -10,6 +10,9 @@ A command-line interface for Google Colab. Create sessions, run code, manage fil
10 uv tool install git+https://github.com/googlecolab/google-colab-cli
11 ```
12
13 +Note: If you have a non-standard default package index (Googlers), you may also need to add `--index https://pypi.org/simple`.
14 +
15 +
16 ## Quick start
17
18 ```bash