update README for uv python version for venv creation
Closed this issue · 1 comments
jameshod5 commented
We state that the user needs Python 3.11, but uv is able to specify the python version with this command. It will download Python 3.11 if the user does not already have it, so would be useful to have this instead:
uv venv --python 3.11