Files
aqtinstall/ci/build_standalone.bat
Hiroshi Miura 331d6da51e Support pyproject.toml:project section (#507)
* Support pyproject.toml:project section

- Bump py7zr@0.18.3 that fixes pyproject.toml:project section

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-04-14 08:05:37 +09:00

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