Source code installation should use the make helper for now.
This commit is contained in:
parent
b481eea529
commit
35b3f28797
|
@ -64,7 +64,7 @@ Once your system is prepared, symlink your source into the virtualenv:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ python setup.py develop
|
||||
$ make develop
|
||||
|
||||
.. Note:: This command will install npm dependencies as well as compile static assets.
|
||||
|
||||
|
|
Loading…
Reference in New Issue