main
Stephan Menzel 2025-07-28 12:58:00 +02:00
parent 4f88221983
commit ee73b35e87
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Create a venv unless it's already present and activate it
> cd /depper/dan/repo > cd /depper/dan/repo
> python -m venv .venv > python -m venv .venv
> .venv\Scripts\Activate > .venv\Scripts\Activate
> pip install -r requirements.txt
``` ```
Build a single package into your installation dir Build a single package into your installation dir