Skip to content

Commit 9cbb385

Browse files
committed
add install step to CONTRIBUTING.rst
1 parent c86c442 commit 9cbb385

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CONTRIBUTING.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,23 @@ Code Contribution:
3636

3737
5. Make your local changes
3838

39-
6. Run tests::
39+
6. Install dependencies for test::
40+
41+
pip3 install -e .[test]
42+
43+
pip3 install -U pytest
44+
45+
7. Run tests::
4046

4147
pytest
4248

43-
7. Commit and push::
49+
8. Commit and push::
4450

4551
git commit .am "Detailed commit message"
4652

4753
git push origin {branch-name}
4854

49-
8. Submit a pull request in GitHub.
55+
9. Submit a pull request in GitHub.
5056

5157
Pull Request Guidelines
5258
------------------------

0 commit comments

Comments
 (0)