Skip to content

Commit 93df59c

Browse files
committed
update readme
1 parent 9689d04 commit 93df59c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# livecode
22
二维码活码裂变
3+
4+
支持python3+
5+
6+
依赖: aiohttp、qrcode、yaml
7+
8+
## 使用方法:
9+
10+
1.将项目`clone` 到本地
11+
12+
2.设置自己的配置文件
13+
14+
[livecode](https://github.com/mikuh/livecode)/[livecode](https://github.com/mikuh/livecode/tree/master/livecode)/[configs](https://github.com/mikuh/livecode/tree/master/livecode/configs)/**base.yaml**
15+
16+
3.初始化数据库:
17+
18+
```
19+
python init_db.py
20+
```
21+
22+
4.启动服务
23+
24+
```
25+
python service.py
26+
```
27+

0 commit comments

Comments
 (0)