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