Installation

The most convenient way to install this library is to use the pip command:

pip install --upgrade pip
pip install intvalpy

Installation from Source

You can either download the sources from PyPI or clone the repository hosted on GitHub:

git clone https://github.com/AndrosovAS/intvalpy.git
cd intvalpy
python setup.py build_ext --inplace
python install .