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
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