Skip to content

Commit

Permalink
Add extra install step
Browse files Browse the repository at this point in the history
Set up developer mode so cmatrices shared library is accessible.

Addresses [issue #244](#244)
  • Loading branch information
pieper authored Apr 21, 2017
1 parent 0dd46a7 commit 0b99b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Installation on your system
* ``cd pyradiomics``
* ``sudo python -m pip install -r requirements.txt``
* ``sudo python setup.py install``

To use your build for interactive use and development:
* ``sudo python setup.py develop``

* If you don't have sudo/admin rights on your machine, you need to locally install numpy, nose, tqdm, PyWavelets, SimpleITK (specified in requirements.txt). In a bash shell::

Expand Down

0 comments on commit 0b99b20

Please sign in to comment.