mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-26 06:18:10 +00:00
Make it possible to run translation_update.sh on macOS
Uses requirements-dev.txt so that the script can be used on platforms that cannot run f.e. bjoern
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
babel==2.17.0
|
||||
black==25.11.0
|
||||
certifi==2024.7.4
|
||||
charset-normalizer==3.3.2
|
||||
|
||||
@@ -5,11 +5,11 @@ cd "$(dirname "$0")"
|
||||
|
||||
# Create the venv if it doesn't exist
|
||||
if ! test -e venv; then
|
||||
echo "Creating python venv for PiSCSI-Web"
|
||||
echo "Creating python venv for PiSCSI-Web development"
|
||||
python3 -m venv venv
|
||||
echo "Activating venv"
|
||||
source venv/bin/activate
|
||||
echo "Installing requirements.txt"
|
||||
echo "Installing requirements-dev.txt"
|
||||
pip3 install wheel
|
||||
pip3 install -r requirements.txt
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user