Updated server install command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user