Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJim1013 committed Jun 9, 2020
1 parent 18c2de2 commit cd73789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
2. web <br>

如未安装需要去命令行输入:<br>
**$pip install requests** <br>
**$pip install web.py**
**$ pip install requests** <br>
**$ pip install web.py**

要运行此文件:<br>
1. 在Cov19Inf.py的目录里运行命令行<br>
**$python Cov19Inf.py**
**$ python Cov19Inf.py**
他会返回一个本地的端口,去浏览器输入此地址即可接收到实时的数据<br>
2. 如果你不能或者不想使用默认端口,你可以使用这样的命令来指定端口号 **$python Cov19Inf.py 1234**<br>
2. 如果你不能或者不想使用默认端口,你可以使用这样的命令来指定端口号 **$ python Cov19Inf.py 1234**<br>
1234 是自定义的端口
3. 浏览器输入 localhost:8080(默认端口号) 就可看到返回的数据
4. 建议使用8888端口(常用后台端口)
Expand Down

0 comments on commit cd73789

Please sign in to comment.