Browse Source

Drop to two lines

master
Luke Murphy 4 years ago
parent
commit
cb1666884b
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      docs/index.md

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

Loading…
Cancel
Save