Installation

There are multiple ways of installing conu.

Fedora

dnf install python{2,3}-conu

From PyPI

pip install --user conu

From git

Clone the upstream git repository:

git clone https://github.com/user-cont/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