From 305e75c0ae118e25b5c1cd359d58c79248b9878d Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Wed, 7 Jul 2021 16:42:05 +0200 Subject: [PATCH] Clarification for pip command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1198f8f..bddc4257 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Calibre-Web is a web app providing a clean interface for browsing, reading and d ## Quick start #### Install via pip -1. Install calibre web via pip with the command `pip install calibreweb`. +1. Install calibre web via pip with the command `pip install calibreweb` (Depending on your OS and or distro the command could also be `pip3`). 2. Optional features can also be installed via pip, please refer to [this page](https://github.com/janeczku/calibre-web/wiki/Dependencies-in-Calibre-Web-Linux-Windows) for details 3. Calibre-Web can be started afterwards by typing `cps` or `python3 -m cps`