Skip to content

Commit d540c36

Browse files
committed
Setup scripts
1 parent 79c9db4 commit d540c36

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
apt-get install python3-pip
2+
pip3 install --upgrade pip
3+
pip3 install -r requirements.txt

Diff for: requirements.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
beautifulsoup4==4.8.0
2+
bs4==0.0.1
3+
certifi==2019.6.16
4+
chardet==3.0.4
5+
idna==2.8
6+
Jinja2==2.10.1
7+
MarkupSafe==1.1.1
8+
Pillow==6.1.0
9+
requests==2.22.0
10+
soupsieve==1.9.2
11+
urllib3==1.25.3

0 commit comments

Comments
 (0)