From 67b6c4fd65032c70ee0dd4c4ea1463379d8c15e6 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Tue, 22 Nov 2016 11:24:22 -0500 Subject: [PATCH] Updating linux build docs Include some small text that clarifies how to run overviewer after a `build` step --- docs/building.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building.rst b/docs/building.rst index 833ce08..086f813 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -133,6 +133,8 @@ You will need the following packages (at least): Then to build:: python setup.py build + +At this point, you can run ``./overviewer.py`` from the current directory, so to run it you'll have to be in this directory and run ``./overviewer.py`` or provide the the full path to ``overviewer.py``. Another option would be to add this directory to your ``$PATH``. Note that there is a ``python setup.py install`` step that you can run which will install things into ``/usr/local/bin``, but this is not recommended as it might conflict with other installs of Overviewer OSX ---