.. _installation_from_source:

Installation from GitHub
========================

.. highlight:: bash

::

    git clone https://github.com/probmods/webppl.git
    cd webppl
    npm --version # ensure >= 4.0.0 (required to run build scripts)
    npm install
    npm install -g nodeunit grunt-cli

To use the ``webppl`` command line tool from any directory, add the
webppl directory to your ``$PATH``.
