Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some convention & dependencies #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ Python包管理器安装:sudo apt-get install python-setuptools python-pip

### 2.相关第三方依赖库安装:
+ sudo apt-get install tcpdump graphviz imagemagick python-gnuplot python-crypto python-pyx
+ sudo pip3 install scapy
+ sudo pip3 install Flask
+ sudo pip3 install Flask-WTF
+ sudo pip3 install geoip2
+ sudo pip3 install pyx
+ sudo pip3 install requests
+ sudo pip3 install -r requirements.txt

### 3.修改配置文件
注意修改config.py配置文件中的目录位置
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Flask==0.11.1
Flask-WTF
geoip2==2.4.0
pyx==0.14.1
requests==2.9.1
scapy==2.4.0
gunicorn
8 changes: 0 additions & 8 deletions requires

This file was deleted.

Binary file removed run.pyc
Binary file not shown.