LTspice-discord-rich-presence/install.ps1

4 lines
140 B
PowerShell
Raw Permalink Normal View History

cd $(Split-Path $MyInvocation.MyCommand.Path)
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt