the following seems to work for us on Macs and unix uv venv --python 3.8 # 3.7 seems to be possible on some unices source .venv/bin/activate uv pip install -r requirements.txt since this might be useful for README.md here its is