mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
9 lines
192 B
PowerShell
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
|