Add deps installation instruction to README
This commit is contained in:
parent
f81645e67d
commit
56b0fe07f2
12
readme.md
12
readme.md
|
@ -1,4 +1,4 @@
|
|||
##About
|
||||
## About
|
||||
|
||||
Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing [Calibre](https://calibre-ebook.com) database.
|
||||
|
||||
|
@ -6,7 +6,8 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||
|
||||
![screenshot](https://raw.githubusercontent.com/janeczku/docker-calibre-web/master/screenshot.png)
|
||||
|
||||
##Features
|
||||
## Features
|
||||
|
||||
- Bootstrap 3 HTML5 interface
|
||||
- User management
|
||||
- Admin interface
|
||||
|
@ -26,9 +27,10 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
|||
|
||||
## Quick start
|
||||
|
||||
1. Rename `config.ini.example` to `config.ini` and set `DB_ROOT` to the path of the folder where your Calibre library (metadata.db) lives
|
||||
2. Execute the command: `python cps.py`
|
||||
3. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
|
||||
1. Install required dependencies by executing `pip install -r requirements.txt`
|
||||
2. Rename `config.ini.example` to `config.ini` and set `DB_ROOT` to the path of the folder where your Calibre library (metadata.db) lives
|
||||
3. Execute the command: `python cps.py`
|
||||
4. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
|
||||
|
||||
**Default admin login:**
|
||||
*Username:* admin
|
||||
|
|
Loading…
Reference in New Issue
Block a user