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