bugfix: make compatible with python 2.7/3.3/3.4

This commit is contained in:
debugtalk
2017-06-20 21:04:00 +08:00
parent 05968afb29
commit 369d4a9d47
2 changed files with 5 additions and 1 deletions

View File

@@ -19,6 +19,10 @@
$ pip install -r requirements.txt
```
## Supported Python Versions
Python 2.7, 3.3, 3.4, 3.5, and 3.6.
## 阅读更多
- [《背景介绍》](docs/background.md)