Update README to include warning about make check.
This commit is contained in:
parent
b810f3c0bc
commit
0068c461f8
1 changed files with 9 additions and 1 deletions
10
README.rst
10
README.rst
|
|
@ -137,12 +137,20 @@ Developer Setup
|
|||
Clone the repository then make a virtualenv. From the root of the project,
|
||||
install the requirements::
|
||||
|
||||
pip install -r ".[dev]"
|
||||
pip install -e ".[dev]"
|
||||
|
||||
Run the test suite::
|
||||
|
||||
make check
|
||||
|
||||
.. warning::
|
||||
|
||||
Whenever you run ``make check``, to ensure the test suite starts from a
|
||||
known clean state, all auto-generated assets are deleted. This includes
|
||||
assets generated by running ``pip install -e ".[dev]"``, including the
|
||||
``circup`` command itself. Simply re-run ``pip`` to re-generate the
|
||||
assets.
|
||||
|
||||
There is a Makefile that helps with most of the common workflows associated
|
||||
with development. Typing "make" on its own will list the options thus::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue