From 955d95c9151f4bf3fc06fb7f6ce7de2e17c8dbf8 Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Sun, 18 May 2025 19:28:20 -0700 Subject: [PATCH] Update README.md Remove unnecessary `uv run` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0e8dfc84..ce5f02bee2 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ To enhance CPython compatibility, try to increase unittest coverage by checking Another approach is to checkout the source code: builtin functions and object methods are often the simplest and easiest way to contribute. -You can also simply run `uv run python -I whats_left.py` to assist in finding any unimplemented +You can also simply run `python -I whats_left.py` to assist in finding any unimplemented method. ## Compiling to WebAssembly