fishyboteso/test.ps1
DESKTOP-JVKHS7I\Adam 3e96fbed2c 0.3.3 reworked notifications again (now uses discord chat)
- fixed ui scaling issues
- now uses callables for thread comunication instead of enums (removed comms.py altogether)
- added options to run using test server
2020-05-19 10:56:50 +05:30

9 lines
192 B
PowerShell

cd temp\test
Remove-Item venv -Recurse
& conda create --prefix venv python=3.7 -y
conda activate ./venv
cd ../../dist
pip install ((dir).Name | grep whl)
python -m fishy
cd ..
conda deactivate