Skip to content

Commit

Permalink
Update contributing guide so new contributors can successfully instal…
Browse files Browse the repository at this point in the history
…l dependencies (#4161)
  • Loading branch information
icmpecho authored and asvetlov committed Oct 10, 2019
1 parent 0a9c4ba commit f1d7a63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/4161.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update contributing guide so new contributors can successfully install dependencies
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,6 @@ install:
@pip install -U 'pip'
@pip install -Ur requirements/dev.txt

install-dev: .develop

.PHONY: all build flake test vtest cov clean doc mypy
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ After that please install libraries required for development:

.. code-block:: shell
$ pip install -r requirements/dev.txt
$ make install-dev
.. note::

Expand Down

0 comments on commit f1d7a63

Please sign in to comment.