Update README and installation instructions

This commit is contained in:
Stefan van der Walt
2015-02-22 23:28:34 -08:00
parent b27eb88496
commit c00670459f
2 changed files with 62 additions and 39 deletions
+5 -15
View File
@@ -20,13 +20,6 @@ add Neurodebian to your system package manager, then look for
On systems that support setuptools, the package can be installed from the
`Python packaging index <http://pypi.python.org/pypi/scikit-image>`__ using
::
easy_install -U scikit-image
or
::
pip install -U scikit-image
@@ -46,13 +39,9 @@ If you do not have git installed, you can also download a zipball from
`https://github.com/scikit-image/scikit-image/zipball/master
<https://github.com/scikit-image/scikit-image/zipball/master>`_.
The SciKit can be installed globally using::
The scikit can be installed using::
python setup.py install
or locally using::
python setup.py install --prefix=${HOME}
pip install .
If you prefer, you can use it without installing, by simply adding
this path to your ``PYTHONPATH`` variable and compiling extensions
@@ -81,6 +70,7 @@ From the ``scikit-image`` source directory::
bentomaker build -j # (add -i for in-place build)
bentomaker install # (when not builing in-place)
Depending on file permissions, the install commands may need to be run as sudo.
Depending on file permissions, the install commands may need to be run as
sudo.
.. include:: ../../DEPENDS.txt