Skip to content

Commit a770fec

Browse files
committed
Add dev_requirements.txt
1 parent 14b0649 commit a770fec

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CONTRIBUTING.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ Contributions are welcome, please open a pull request at `<https://github.com/er
77
#. New unit tests are added to cover any modified/new functionality (run ``python code_coverage.py``
88
to ensure that coverage is above 98%)
99

10+
You will need to install packages required for development, these are listed in ``dev_requirements.txt``:
11+
12+
::
13+
14+
pip install -r dev_requirements.txt
15+
1016
If you have any questions about / need help with contributions or unit tests, please
1117
contact Erik at [email protected].

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,5 +519,11 @@ Contributions are welcome, please open a pull request at `<https://github.com/er
519519
#. New unit tests are added to cover any modified/new functionality (run ``python code_coverage.py``
520520
to ensure that coverage is above 98%)
521521

522+
You will need to install packages required for development, these are listed in ``dev_requirements.txt``:
523+
524+
::
525+
526+
pip install -r dev_requirements.txt
527+
522528
If you have any questions about / need help with contributions or unit tests, please
523529
contact Erik at [email protected].

dev_requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
wheel
2+
coverage
3+
sphinx
4+
sphinx_rtd_theme
5+
matplotlib

0 commit comments

Comments
 (0)