Previous topic

Installing MedPy in a virtual environement

Next topic

Installing MedPy as user

This Page

Installing MedPy as rootΒΆ

Note

All installation instructions are for Debian derivates, such as Ubuntu, but they should be simmilar for other distributions.

When installed with root privileges, MedPy will be available for all uses of your machine.

To install Python packages from PyPi, we recommend PIP. To enable the graph-cut package, we need the following

sudo apt-get install libboost-python-dev build-essential

Now we can install MedPy

sudo pip install medpy