python-project-template
python-project-template copied to clipboard
Enable uv-based setups during project setup?
Currently, we assume the pip command is available when setting up a project. However, in environments created with uv venv, pip is not installed; instead, the uv pip command should be used, or pip should be installed with uv pip install pip.