Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 515 Bytes

File metadata and controls

17 lines (12 loc) · 515 Bytes

libgutenberg

Common files used by Project Gutenberg python projects.

installation

pipenv install libgutenberg pipenv install 'libgutenberg[covers]' for cover generation pipenv install 'libgutenberg[postgres]' for use with postgres

or

pip install libgutenberg pip install 'libgutenberg[covers]' for cover generation pip install 'libgutenberg[postgres]' for use with postgres

Depending on your system configuration, you might need to use pip or pipenv to install `pipenv install psycopg2-binary'