

All this can be done with a text editor.īoth the requirements.txt file and the optional-requirements.txt file include basic components that in most cases are not updated to their latest version. You should delete the not needed lines in the optional-requirements.txt before installation. The headline in the file shows what the dependencies are needed for.
#Install calibre web on windows install#
You should only install the optional components you are needing. Optional-requirements.txt is the file with the optional dependencies that are available for installation but are not installed by default. Requirements.txt is the file used for the installation of Calibre-Web and includes the components to be installed for the proper basic functioning of the software. The two files can be edited with a text editor before installing Calibre-Web.
#Install calibre web on windows pdf#
The "" are part of the command and shall not be replaced gdriveĮnables gdrive as storage backend for your ebooks gmailĮnables sending emails via a googlemail account without enabling insecure apps goodreadsĮnables displaying of additional author infos on the authors page ldapĮnables login via google or github oauth metadataĮnables extracting of metadata from epub, fb2, pdf files, and also extraction of covers from cbr, cbz, cbt files comicsĮnables extracting of metadata from cbr, cbz, cbt files koboĮnables syncing with your kobo reader Optional features for installation with manual installationĬalibre-Web includes two files for required dependencies: requirements.txt and optional-requirements.txt

Optional features of Calibre-Web can be installed with pip by excecuting pip install calibreweb. Optional features for installation with pip
