From 517f8d138ee99b8d58303f2aeeabe0cf3c4fd668 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sun, 27 Aug 2017 09:32:34 +0200 Subject: [PATCH] Changed readme --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 4d54184b..108911d3 100755 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d ## Quick start -1. Install required dependencies by executing `pip install -r requirements.txt` +1. Install dependencies by running `pip install --target vendor -r requirements.txt`. 2. Execute the command: `python cps.py` (or `nohup python cps.py` - recommended if you want to exit the terminal window) 3. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog 4. Set `Location of Calibre database` to the path of the folder where your Calibre library (metadata.db) lives, push "submit" button @@ -64,15 +64,13 @@ Tick to enable remote login, i.e. a link that allows user to log in via a differ Python 2.7+ -To install dependencies, run `pip install --target vendor -r requirements.txt`. To install optional dependencies, run `pip install --target vendor -r optional-requirements.txt`. - Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature: [Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder. ## Using Google Drive integration -Additional optional dependencys are necessary to get this work. Please install all optional requirements by executing `pip install -r optional-requirements.txt` +Additional optional dependencys are necessary to get this work. Please install all optional requirements by executing `pip install --target vendor -r optional-requirements.txt` To use google drive integration, you have to use the google developer console to create a new app. https://console.developers.google.com