Skip to content

Commit 590af05

Browse files
authored
Merge pull request #26 from edx/bmedx/fix_make_test
Fix setup instructions, test requirements
2 parents 2152eab + 1af66da commit 590af05

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ quality: ## check coding style with pycodestyle and pylint
5454

5555
requirements: ## install development environment requirements
5656
pip install -qr requirements/pip-tools.txt
57-
pip-sync requirements/dev.txt requirements/private.*
57+
pip-sync requirements/dev.txt requirements/test.txt requirements/private.*
58+
pip install -e .
5859

5960
test: clean ## run tests in the current virtualenv
6061
pytest

docs/getting_started.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ below is executed within the virtualenv.
77
.. _virtualenv: https://virtualenvwrapper.readthedocs.org/en/latest/
88

99

10-
Install the tool
11-
----------------
10+
Install the requirements
11+
------------------------
12+
This will also install the Code Annotations package as editable, to allow access to the Stevedore plugins.
13+
1214
.. code-block:: bash
1315
1416
$ make requirements
15-
$ pip install -e .
1617
1718
1819
Run the tests

0 commit comments

Comments
 (0)