diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc171fa..9372a42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,7 @@ # Development Fork this repository ```bash +pip install -r requirements.txt pip install -e . ``` @@ -47,3 +48,7 @@ Install [tox](https://tox.wiki/en/4.11.3/installation.html) following the offici ```bash tox run ``` +It is encouraged to build similar unit test for newly supported backend. + \ No newline at end of file