Skip to content

Commit

Permalink
add make check to install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KristoforMaynard committed Apr 19, 2017
1 parent 0869be2 commit ef96c15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Choice 1 (installed)
make
make install
to kick the tires, use

.. code-block:: bash
make check
to pull updates from github in the future, use

.. code-block:: bash
Expand All @@ -125,6 +131,12 @@ Choice 2 (inplace)
echo 'export PATH="${PATH}:'"${PWD}/scripts\"" >> ~/.bashrc
echo 'export PYTHONPATH="${PYTHONPATH}:'"${PWD}\"" >> ~/.bashrc
to kick the tires, use

.. code-block:: bash
make check
to pull updates from github in the future, use

.. code-block:: bash
Expand Down

0 comments on commit ef96c15

Please sign in to comment.