mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
* Support pyproject.toml:project section - Bump py7zr@0.18.3 that fixes pyproject.toml:project section Signed-off-by: Hiroshi Miura <miurahr@linux.com>
10 lines
309 B
Batchfile
10 lines
309 B
Batchfile
pip install -U pip
|
|
pip install virtualenv
|
|
virtualenv build_venv
|
|
call build_venv\Scripts\activate.bat
|
|
pip install -e .[test,docs,check]
|
|
pip install gravitybee
|
|
gravitybee --with-latest
|
|
call build_venv\Scripts\deactivate.bat
|
|
move .gravitybee\dist\latest\aqtinstall-*.exe .gravitybee\dist\latest\aqt.exe
|