From d06c3f8a8e534d33feb769c6988c22f1a0422999 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Fri, 24 Feb 2023 13:56:48 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a3e21a2..57a4d87 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -91,7 +91,7 @@ Update Pandra-box cd pandora-box && git pull # Troubleshooting - + Check Pandora listening on port 6100 sudo lsof -i -P -n | grep LISTEN @@ -102,6 +102,10 @@ Result should contains gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN) ... +poetry: command not found + + export PATH="$HOME/.local/bin:{$PATH}" + Submit a file to Pandora with the command line cd pandora