From 4b901cdef011f613e9776826836870c5562311a0 Mon Sep 17 00:00:00 2001 From: sg Date: Thu, 18 Jul 2013 22:58:21 -0400 Subject: [PATCH] add bento to build docs --- doc/source/install.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/source/install.txt b/doc/source/install.txt index 1186479e..66c8dadc 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -59,4 +59,32 @@ in-place:: python setup.py build_ext -i +In addition you can install using +`bento`_. However Bento requires +you install it, as well as link to WAFLIB which is part of +`Waf`_. + +To install bento follow the instructions on the webpage, then link +to WAF by adding:: + +export WAFLIB= + +e.g. WAFLIB=/usr/local/src/waf + +then install scikit learn by going to the scikit-image directory +and typing:: + +bentomaker install + +or if you want to use multiple cores:: + +bentomaker configure +bentomaker build -j <# of cores> -i (if you want to build it inplace) +bentomaker install + +Depending on the permissions of your /usr/local/ dir you might need +to put a sudo before the ``bentomaker install`` so that +scikit-image can put ``skivi`` there, which is used for image +viewing by ``skimage.io.imshow``. + .. include:: ../../DEPENDS.txt