Skip to content

Commit e4eede1

Browse files
committed
Added dependencies installation to contribution documentation
1 parent 7a96380 commit e4eede1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ There are some rules to follow:
3535
- your code should be mostly PEP8 compatible with a 120 characters line length
3636
- your contribution should support both Python 2 and 3 (use ``tox`` to test)
3737

38+
You need to install some dependencies to hack on Django.js:
39+
40+
.. code-block:: console
41+
42+
$ pip install -r requirements/develop.pip
3843
3944
A Makefile is provided to simplify the common tasks:
4045

0 commit comments

Comments
 (0)