Skip to main content

Add uv to the installation instructions

ID
59b360f
date
2025-08-18 09:47:10+00:00
author
Alex Chan <alexc@tailscale.com>
parent
125b8b1
message
Add uv to the installation instructions
changed files
1 file, 1 addition, 1 deletion

Changed files

README.md (1526) → README.md (1529)

diff --git a/README.md b/README.md
index b9cb903..eca8f58 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ To set up this repo on a new computer, I run the following commands in a Fish sh
     ```console
     $ python3 -m venv .venv
     $ source .venv/bin/activate.fish
-    $ pip install -r requirements.txt
+    $ uv pip install -r requirements.txt
     ```
     
 3.  Install my Fish config, so Fish knows where to find all these scripts: