浏览代码

added pictures to README

master
杨浩然 3 年前
父节点
当前提交
9d7e52f3fa
共有 3 个文件被更改,包括 16 次插入14 次删除
  1. +16
    -14
      README.md
  2. 二进制
      img-folder/login.png
  3. 二进制
      img-folder/success.png

+ 16
- 14
README.md 查看文件

@ -1,8 +1,10 @@
#Library_Auto_Seats_Pick
# Library_Auto_Seats_Pick
##For Cloud Computing Course
##### For Cloud Computing Course
###Background
------
### Background
The end of each semester could always evoke the students' enthusiasm for learning, while the library resources of Zhongbei campus are quite worse than Minhang campus, which means there is more competition for seats. And this might cause some students can't reserve a seat for several days.
@ -10,11 +12,11 @@ This project aims to provide automatic seat-grab solutions for students with low
###Install
### Install
- This project uses Python, Flask, Chrome and Chromedrvier. Go check them out if you don't have them locally installed.
- ##### This project uses Python, Flask, Chrome and Chromedrvier. Go check them out if you don't have them locally installed.
- Install Flask
- **Install Flask**
Open a terminal, make a new folder to store the project. Let's call this folder **autobook**.
@ -41,13 +43,13 @@ This project aims to provide automatic seat-grab solutions for students with low
flask/bin/pip install coverage
```
- Install Chrome
- **Install Chrome**
```shell
yum -y install google-chrome-stable
```
- Install Chromedriver
- **Install Chromedriver**
The version of Chromedriver should be consistent with your Chrome's. If you don't know your Chrome's version, try to type this command to check out.
@ -74,7 +76,7 @@ This project aims to provide automatic seat-grab solutions for students with low
chmod a+x chromedriver
```
- Other necessary Python modules
- **Other necessary Python modules**
Use Pip to install some essential modules.
@ -87,9 +89,9 @@ This project aims to provide automatic seat-grab solutions for students with low
###Usage
### Usage
- Deploy
- ##### Deploy
Determine run.py as an executable file.
@ -103,7 +105,7 @@ This project aims to provide automatic seat-grab solutions for students with low
./run.py
```
- Customer use
- ##### Customer use
Visit the website:
@ -111,13 +113,13 @@ This project aims to provide automatic seat-grab solutions for students with low
###Maintainers
### Maintainers
[@Young Hojan](http://gitea.shuishan.net.cn/10195501441)
###License
### License
[MIT](http://gitea.shuishan.net.cn/10195501441/Library_Auto_Seats_Pick/src/branch/master/LICENSE.md) © Young Hojan

二进制
img-folder/login.png 查看文件

之前 之后
宽度: 1920  |  高度: 938  |  大小: 1023 KiB

二进制
img-folder/success.png 查看文件

之前 之后
宽度: 1920  |  高度: 940  |  大小: 1009 KiB

正在加载...
取消
保存