mirror of
https://github.com/peter-tanner/LTspice-discord-rich-presence.git
synced 2024-11-30 06:10:14 +08:00
4 lines
140 B
PowerShell
4 lines
140 B
PowerShell
cd $(Split-Path $MyInvocation.MyCommand.Path)
|
|
python -m venv .venv
|
|
.\.venv\Scripts\Activate.ps1
|
|
python -m pip install -r requirements.txt |