Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions apitable.py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```