2022-10-27 12:35:12 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-12-24 17:22:31 +00:00
|
|
|
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-build,python-pkgconfig,python-packaging,python-pip}
|
2023-12-24 17:08:03 +00:00
|
|
|
pip install pyinstaller==6.3.0
|
2023-01-11 18:40:57 +00:00
|
|
|
|
|
|
|
if [ "$1" = "development" ]; then
|
|
|
|
pacman -S --needed --noconfirm mingw-w64-ucrt-x86_64-python-{pytest,pytest-benchmark,pytest-cov,pytest-forked,pytest-xdist}
|
|
|
|
fi
|