6 lines
111 B
PowerShell
6 lines
111 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
python -m venv .venv
|
|
.\.venv\Scripts\activate
|
|
pip install -r requirements.txt
|