Installation#
Python3 and a C-compiler are needed to build the underlying libraries. Install the package using pip with:
pip3 install maicos
or using conda:
conda install -c conda-forge maicos
Alternatively, if you don’t have special privileges, install
the package using the --user
flag:
pip3 install --user maicos