pip install uv
if you are using MAC: pip3 install uv
uv --version
optional command: uv pip list
uv python list
if you wanted to install any specific version of the python using the uv then use the below command:
uv python install <mention the cpython interpreter version>
Specific version:
uv venv <your-env-name> --python <your-python-version>
From requirements file:
uv pip install -r requirements.txt