From dd0aedaabb22596b8e34094f2013046fe9af5e7b Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Tue, 25 Oct 2022 20:36:40 +0700 Subject: [PATCH] update --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7a1b04b..1d5765e 100644 --- a/readme.md +++ b/readme.md @@ -99,7 +99,12 @@ exit; cd /var/www/html/meme-generator -

8. Run the Python script, detach from screen by pressing Ctrl + A then Ctrl + D

+

8. Install Python 3, pip3, and remaining dependencies

+
+apk add --no-cache python3 py3-pip
+
+ +

9. Run the Python script, detach from screen by pressing Ctrl + A then Ctrl + D

 python3 renderDB.py
 
\ No newline at end of file