소스 검색

Update contributing doc (#1404)

Dev Khant 1 년 전
부모
커밋
52fd3e0dd4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      CONTRIBUTING.md

+ 2 - 0
CONTRIBUTING.md

@@ -67,6 +67,8 @@ We use `pytest` to test our code. You can run the tests by running the following
 poetry run pytest
 ```
 
+Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to install the missing libraries individually to ensure all tests pass.
+
 Make sure that all tests pass before submitting a pull request.
 
 ## 🚀 Release Process