From a62d3dd5830485742b3a6dda5a3243646ee784d7 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 20 Jun 2017 19:47:18 +0800 Subject: [PATCH] add requirements.txt --- README.md | 6 ++++++ requirements.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 4ae45697..ffed3d28 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ - 身兼多职,同时实现接口管理、接口自动化测试、接口性能测试(结合Locust) - 具有可扩展性,便于扩展实现Web平台化 +## Install + +```bash +$ pip install -r requirements.txt +``` + ## 阅读更多 - [《背景介绍》](docs/background.md) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..6fc40297 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +requests +termcolor +flask \ No newline at end of file