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