This commit is contained in:
jensgrunzer1
2024-11-20 16:03:17 +01:00
parent 71b4799ee7
commit ac0d6031b1
+2 -1
View File
@@ -23,7 +23,7 @@ cd swingmusicbuilder
git clone https://github.com/swing-opensource/swingmusic-client.git
git clone https://github.com/swing-opensource/swingmusic.git
# Manual poetry installation as installers are broken.
python3 -m venv poetry
python3.11 -m venv poetry
source poetry/bin/activate
cd swingmusic
@@ -38,6 +38,7 @@ yarn build --outDir ../swingmusic/client
cd ../swingmusic
# Fixes poetry issue 5250.
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
poetry env use /usr/bin/python3.11
poetry install
# Swing gives error if this is not set. Set to version of repo you cloned.
export SWINGMUSIC_APP_VERSION="1.4.8"