初始化
This commit is contained in:
7
startup.sh
Normal file
7
startup.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
source .env
|
||||
pip install -U pip
|
||||
pip install -r requirements.txt
|
||||
python app.py
|
Reference in New Issue
Block a user