marianosimone / epub-thumbnailer

Script to extract the cover of an epub book and create a thumbnail for it
GNU General Public License v3.0
191 stars 29 forks source link

Instructions for Pillow in readme #29

Closed Jorge-Gonzalez closed 3 years ago

Jorge-Gonzalez commented 4 years ago

Installing Pillow in my case needed sudo, in Manjaro xfce.

marianosimone commented 4 years ago

Hi @Jorge-Gonzalez , thanks for reporting!

Did you install it with pip or with your package manager? Installation instructions really depend on the system where you are using it (and how you usually manage your configurations), so I tried not to get TOO prescriptive.

Jorge-Gonzalez commented 4 years ago

Hi, I cloned the epub-thumbnailer repo and used the install script.


De: Mariano Simone notifications@github.com Enviado: martes, 21 de julio de 2020 09:38 Para: marianosimone/epub-thumbnailer epub-thumbnailer@noreply.github.com Cc: Jorge jorge.gonzalez@live.com; Assign assign@noreply.github.com Asunto: Re: [marianosimone/epub-thumbnailer] Instructions for Pillow in readme (#29)

Assigned #29https://github.com/marianosimone/epub-thumbnailer/issues/29 to @Jorge-Gonzalezhttps://github.com/Jorge-Gonzalez.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/marianosimone/epub-thumbnailer/issues/29#event-3571894004, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AALXYMYMGKQXCBWIEAKXCA3R4WY6HANCNFSM4PCT6V6Q.

marianosimone commented 4 years ago

Sorry, I was asking about how you installed pillow, not epub-thumbnailer. The readme already states that pillow is a pre-requisite, and just gives guidance on how to install. I can add a note saying that you might need to use sudo (depending on your system and current config)

How does that sound?