Skip to content

Commit

Permalink
Tutorial: NPM install instructions (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwesta authored and therealphildini committed May 23, 2017
1 parent b9b6e6f commit e58a229
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/tutorial-1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ Edit the ``setup.py`` file to include a package helper for Django:
}
)
Building Django has Javascript dependencies that are installed with NPM.
Pick the appropriate command to install NPM on your OS, or visit the `NPM website <https://www.npmjs.com/>`_ and follow the instructions.

.. code-block:: bash
$ brew install npm # OSX with Homebrew (https://brew.sh)
$ apt-get install nodejs # Ubuntu
$ pacman -S npm # Arch Linux
Now you can invoke setuptools again:

Expand Down

0 comments on commit e58a229

Please sign in to comment.