6 lines
96 B
PowerShell
6 lines
96 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
python -m venv .venv
|
|
.\.venv\Scripts\activate
|
|
pip install lief
|