Updated server install command

This commit is contained in:
Jordan
2026-08-10 12:04:50 +12:00
parent 48ff28d5c7
commit a9801695b0
+1
View File
@@ -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