File size: 198 Bytes
292d92c | 1 2 3 4 5 6 7 | This Python projects should use a virtual environment.
Create one with uv by:
- Writing requirements.txt
- Writing a bash script to create the venv
- Run it and debug any errors that we encounter |
292d92c | 1 2 3 4 5 6 7 | This Python projects should use a virtual environment.
Create one with uv by:
- Writing requirements.txt
- Writing a bash script to create the venv
- Run it and debug any errors that we encounter |