mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
s
This commit is contained in:
+2
-1
@@ -23,7 +23,7 @@ cd swingmusicbuilder
|
|||||||
git clone https://github.com/swing-opensource/swingmusic-client.git
|
git clone https://github.com/swing-opensource/swingmusic-client.git
|
||||||
git clone https://github.com/swing-opensource/swingmusic.git
|
git clone https://github.com/swing-opensource/swingmusic.git
|
||||||
# Manual poetry installation as installers are broken.
|
# Manual poetry installation as installers are broken.
|
||||||
python3 -m venv poetry
|
python3.11 -m venv poetry
|
||||||
source poetry/bin/activate
|
source poetry/bin/activate
|
||||||
|
|
||||||
cd swingmusic
|
cd swingmusic
|
||||||
@@ -38,6 +38,7 @@ yarn build --outDir ../swingmusic/client
|
|||||||
cd ../swingmusic
|
cd ../swingmusic
|
||||||
# Fixes poetry issue 5250.
|
# Fixes poetry issue 5250.
|
||||||
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
|
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
|
||||||
|
poetry env use /usr/bin/python3.11
|
||||||
poetry install
|
poetry install
|
||||||
# Swing gives error if this is not set. Set to version of repo you cloned.
|
# Swing gives error if this is not set. Set to version of repo you cloned.
|
||||||
export SWINGMUSIC_APP_VERSION="1.4.8"
|
export SWINGMUSIC_APP_VERSION="1.4.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user