michaldaniel / ebook-viewer

Modern GTK Python Ebook Reader app to easily read epub files
GNU General Public License v3.0
406 stars 47 forks source link

dependency required on ubuntu 17.04 #33

Closed solinium closed 7 years ago

solinium commented 7 years ago

On Ubuntu 17.04, gir1.2-webkit-3.0 is required install before it runs. It should probably be added to the readme.

Cogitri commented 7 years ago

The way I read the README it already states that, see the following sentence under Installing

Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3)

solinium commented 7 years ago

@Keepco I apologize, I didn't see that. Sorry for the inconvenience.