chaudum / rgain3

A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
GNU General Public License v2.0
51 stars 10 forks source link

README: Suggest installing PyGObject rather than its dependencies #23

Closed smcv closed 3 years ago

smcv commented 4 years ago

If you're going to rely on the OS's packages for Python, Cairo and GObject-Introspection, it seems just as easy to rely on the OS's packages for PyGObject too, which should avoid the need for a C compiler.

smcv commented 4 years ago

(Rebased, no other changes)