Skip to content

Commit 935174d

Browse files
committed
Update the developer documentation and dependency setup
1 parent cc47a0b commit 935174d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,5 @@ Contributors
220220
- Peter Küffner (@kuepe-sl)
221221

222222
- Andrew MacCormack (@amaccormack-lumira)
223+
224+
- Chris R (@offbyone)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ga:
1717
tests: ga
1818

1919
test-deps:
20-
pip install -r dev-requirements.txt
20+
pip install -e .[dev]
2121

2222
htmlcov: .coverage
2323
coverage html --omit=github3/packages/*

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Please read the `CONTRIBUTING`_ document.
3737
Testing
3838
~~~~~~~
3939

40-
You can run either ``pip install -r dev-requirements.txt`` to install the
41-
following before testing or simply ``make test-deps``. It is suggested you do
42-
this in a virtual environment. These need to be installed for the tests to run.
40+
You can run ``pip install -e .[dev]`` to install the following before testing or
41+
simply ``make test-deps``. It is suggested you do this in a virtual environment.
42+
These need to be installed for the tests to run.
4343

4444
- betamax_
4545
- coverage_ by Ned Batchelder

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)