Skip to content

Commit 04a83ec

Browse files
committed
added runsetup.bat to automate process
1 parent 2fa6dbc commit 04a83ec

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

db.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
user: 'root'
22
password: 'student'
3-

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
beautifulsoup4==4.8.2
2+
html5lib==1.0.1
3+
mysql-connector==2.2.9
4+
mysql-connector-python==8.0.21
5+
numpy==1.18.5
6+
pipwin==0.4.9
7+
PyPrind==2.11.2
8+
PyQt5==5.13.0
9+
pyqt5-tools==5.13.0.1.5
10+
PyYAML==5.3.1
11+
requests==2.23.0
12+
selenium==3.141.0
13+
urllib3==1.25.8
14+

runsetup.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo on
2+
set name=%1
3+
set pass=%2
4+
echo user: '%name%'>db.yaml
5+
echo password: '%pass%'>>db.yaml
6+
pip install -r requirements.txt
7+

0 commit comments

Comments
 (0)