Add note about how to install dependencies

This commit is contained in:
Mathieu Comandon 2018-10-20 13:30:13 -07:00
parent 6dea33e5f4
commit 23b9e81f48

View file

@ -49,6 +49,11 @@ files for new dependencies, for example Debian based distros will have their
dependencies listed in `debian/control` and in `lutris.spec` for RPM based
ones.
Under NO circumstances should you use a virtualenv or install dependencies with
pip. The PyGOject introspection libraries are not regular python packages and
it is not possible to pip install them or use them from a virtualenv. Make
sure to always use PyGOject from your distribution's package manager.
Formatting your code
--------------------