Drop to two lines

This commit is contained in:
Luke Murphy 2020-10-17 10:16:16 +02:00
parent 33157df1e1
commit cb1666884b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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.