Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sp2ong authored Dec 31, 2020
1 parent a3c84a9 commit 5fdbe8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/bash

# Install the required support programs
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev -y
pip3 install setuptools wheel
pip3 install -r requirements.txt

0 comments on commit 5fdbe8d

Please sign in to comment.