Forráskód Böngészése

doc: update documentation about poetry update (#1962)

* add doc

* Update Development.md

---------

Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
Yufan Song 1 éve
szülő
commit
34cccfe9cc
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      Development.md

+ 5 - 0
Development.md

@@ -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`