doc: update documentation about poetry update (#1962)

* add doc

* Update Development.md

---------

Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
This commit is contained in:
Yufan Song 2024-05-22 15:33:53 +08:00 committed by GitHub
parent da8369c4d2
commit 34cccfe9cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,3 +94,8 @@ poetry run pytest ./tests/unit/test_sandbox.py
#### Integration tests
Please refer to [this README](./tests/integration/README.md) for details.
### 9. Add or update dependency
1. Add your dependency in `pyproject.toml` or use `peotry add xxx`
2. Update the poetry.lock file via `poetry lock --no-update`