Source code installation should use the make helper for now.

This commit is contained in:
kevgliss 2015-07-23 16:25:28 -07:00
parent b481eea529
commit 35b3f28797
1 changed files with 1 additions and 1 deletions

View File

@ -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.