mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
7 lines
183 B
PowerShell
7 lines
183 B
PowerShell
cd temp\test
|
|
Get-ChildItem $venv | Remove-Item -Recurse
|
|
python -m venv venv
|
|
.\venv\Scripts\Activate.ps1
|
|
cd ../../dist
|
|
pip install ((dir).Name | grep whl)
|
|
python -m fishy --test-server |