Skip to content

setup.py: print installation instructions in case a dependency is missing. Fixes #194

Christoph Reiter requested to merge setup-py-install-hint into master

In case the .pc file can't be found check if either apt or dnf is installed and print a command for installing the missing package.

Edited by Christoph Reiter

Merge request reports