BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 208 forks source link

Update README.md with Ubuntu instructions #91

Closed CTAnthny closed 5 years ago

CTAnthny commented 5 years ago

https://github.com/BasioMeusPuga/Lector/issues/20

BasioMeusPuga commented 5 years ago

Thank you for this. However, I don't recommend using pip to install python packages systemwide because of potential conflicts, and uninstallation / upgrade issues. That's why I'm currently working on getting a deb file up for the next release. That and a snap package. If you're comfortable figuring out the deep and dark magic of getting that done, I'll be more than happy to accept.

That said, there are also overlapping commands in your pull request (pyqt5).

CTAnthny commented 5 years ago

I see, I'm not a python dev so I'm not too aware of package best practices :smile:. Sure, just thought I'd give a go at filling in the deb installation instructions - I'd be happy to look into deb and snap packages, though what would be the preferred build procedure if not pip?