From a9801695b0de877b6623ca6679dcaad97c88cd7f Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 10 Aug 2026 12:04:50 +1200 Subject: [PATCH] Updated server install command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e976b6..e0e29b6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ If you want to run this on a vps or server at home this is how to do it (only be ``` git clone https://git.ralphie.xyz/Jordan/math-website.git cd math-website +sudo apt install python3.14-venv python3 -m venv venv source venv/bin/activate pip install flask flask_mail flask_sqlalchemy werkzeug gunicorn