Installation#

Python3 and a C-compiler are needed to build the underlying libraries. Install the package using pip with:

pip3 install numpy
pip3 install maicos

Alternatively, if you don’t have special privileges, install the package only for the current using the --user flag:

pip3 install --user numpy
pip3 install --user maicos