Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid404 authored Nov 10, 2024
1 parent 4a123d0 commit ccbf0c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
sudo apt update
sudo apt install python3.8 python3.8-venv -y
python3.8 -m venv myenv38
source myenv38/bin/activate
pip install -r requirements.txt
# Install dependencies
apt-get install python3 python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools -y
apt-get install python3-venv -y
Expand All @@ -12,7 +17,7 @@ systemctl enable nginx
python3 -m venv venv
source venv/bin/activate

pip install requirements.txt

pip install gunicorn
pip install wheel
pip install gunicorn flask
Expand Down

0 comments on commit ccbf0c1

Please sign in to comment.