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.