Drop to two lines
This commit is contained in:
parent
33157df1e1
commit
cb1666884b
@ -606,7 +606,8 @@ $ cd /var/www/calibre-web
|
|||||||
We then need to install the Python dependencies with:
|
We then need to install the Python dependencies with:
|
||||||
|
|
||||||
```bash
|
```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.
|
And finally configure the service to be run by Systemd.
|
||||||
|
Loading…
Reference in New Issue
Block a user