Content-Length: 289886 | pFad | http://github.com/RustPython/RustPython/commit/125f14190a45f3ff52253bfa04af0465b55fd13f

24 Remove unnecessary `uv run`in README (#5792) · RustPython/RustPython@125f141 · GitHub
Skip to content

Commit 125f141

Browse files
Remove unnecessary uv runin README (#5792)
* Update README.md Remove unnecessary `uv run` * uv comment --------- Co-authored-by: Jeong YunWon <jeong@youknowone.org>
1 parent a6dd2d8 commit 125f141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ To enhance CPython compatibility, try to increase unittest coverage by checking
226226
Another approach is to checkout the source code: builtin functions and object
227227
methods are often the simplest and easiest way to contribute.
228228

229-
You can also simply run `uv run python -I whats_left.py` to assist in finding any unimplemented
229+
You can also simply run `python -I whats_left.py` to assist in finding any unimplemented
230230
method.
231231

232232
## Compiling to WebAssembly

whats_left.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
sys.exit(f"whats_left.py must be run under CPython, got {implementation} instead")
4141
if sys.version_info[:2] < (3, 13):
4242
sys.exit(
43-
f"whats_left.py must be run under CPython 3.13 or newer, got {implementation} {sys.version} instead"
43+
f"whats_left.py must be run under CPython 3.13 or newer, got {implementation} {sys.version} instead. If you have uv, try `uv run python -I whats_left.py` to select a proper Python interpreter easier."
4444
)
4545

4646

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/RustPython/RustPython/commit/125f14190a45f3ff52253bfa04af0465b55fd13f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy