Installation

There are multiple ways of installing conu.

From COPR

At the moment we only support Fedora:

dnf copr enable ttomecek/conu
dnf install python{2,3}-conu conu-doc

It’s not possible to install conu on CentOS right now due to these dependency issues.

From PyPI

pip install --user conu

From git

Clone the upstream git repository:

git clone https://github.com/fedora-modularity/conu

If using Fedora, use the provided helper script to install dependencies:

sh conu/requirements.sh

When not using Fedora, you should figure out the dependencies on your own.

And finally, install conu into python sitelib:

pip3 install --user ./conu