We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a96380 commit e4eede1Copy full SHA for e4eede1
CONTRIBUTING.rst
@@ -35,6 +35,11 @@ There are some rules to follow:
35
- your code should be mostly PEP8 compatible with a 120 characters line length
36
- your contribution should support both Python 2 and 3 (use ``tox`` to test)
37
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
43
44
A Makefile is provided to simplify the common tasks:
45
0 commit comments