From cb1666884b4859649d2da8791b1959d7e6495070 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 17 Oct 2020 10:16:16 +0200 Subject: [PATCH] Drop to two lines --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 38c3036..554b908 100644 --- a/docs/index.md +++ b/docs/index.md @@ -606,7 +606,8 @@ $ cd /var/www/calibre-web We then need to install the Python dependencies with: ```bash -$ python3 -m venv .venv && .venv/bin/pip install -r requirements.txt +$ python3 -m venv .venv +$ .venv/bin/pip install -r requirements.txt ``` And finally configure the service to be run by Systemd.