From ed7fa6bdd709ad83ce75fcdd3c0749c05d4e6b9a Mon Sep 17 00:00:00 2001 From: Robot <262000730@qq.com> Date: Mon, 7 Aug 2023 23:06:19 +0800 Subject: [PATCH] Update README.md --- apitable.py/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apitable.py/README.md b/apitable.py/README.md index 83bae32..a020706 100644 --- a/apitable.py/README.md +++ b/apitable.py/README.md @@ -279,6 +279,7 @@ The current maximum is 1000 records. In the future, we will adjust the size of t # Development and test Create a new `.env`, the content can refer to `.env.example`. +Get .env parameters from https://developers.vika.cn/api/introduction/ ```shell cp .env .env.example @@ -291,3 +292,16 @@ pipenv install --pre pipenv shell python -m unittest test ``` + +Another way +```shell +make install +make setup +make test +``` + +Everytime change .env, you should + +```shell +pip install --upgrade apitable +```