From 4514f1dc4e9698ca3ebfff12f2874ab6d8b48707 Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:24:51 +0800 Subject: [PATCH] update: Install poetry using pipx --- android-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-deploy.md b/android-deploy.md index 27de230..9d5c904 100644 --- a/android-deploy.md +++ b/android-deploy.md @@ -11,7 +11,7 @@ pd i debian ## Step 2: Deploy AppleMusicDecrypt Enter the Debian environment(`pd login debian`) ```shell -apt update && apt install python3 python3-poetry +apt update && apt install pipx && pipx install poetry && pipx ensurepath && source ~/.bashrc git clone https://github.com/WorldObservationLog/AppleMusicDecrypt cd AppleMusicDecrypt bash ./tools/install-deps.sh