mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
5 lines
93 B
Batchfile
5 lines
93 B
Batchfile
python -m venv .\venv
|
|
call .\venv\Scripts\activate
|
|
pip install requests
|
|
py .\contributors.py
|