improb is a Python module for working with imprecise probabilities.
The simplest way to install improb, is to download the installer and run it. To use the library, you also need pycddlib.
To install from the latest source code, clone it with Git by running:
git clone git://github.com/mcmtroffaes/improb
You can also browse the source code on GitHub: mcmtroffaes/improb.
Then simply run the build.sh script: this will build the library, install it, generate the documentation, and run all the doctests. Note that you need Sphinx to generate the documentation and to run the doctests.
If you merely want to install the library from source, just run:
python setup.py install