1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-07 06:30:06 +00:00

removed the tailing dot for easy copy paste

Jothi Prasath 2024-03-11 12:44:12 +05:30
parent 39fc9b24a8
commit 61c37103b6

@ -15,7 +15,7 @@ If you want to manually install Calibre-Web (“from source”), follow the proc
4. Download and extract Calibre-Web into the current folder (in this example /opt/calibre-web) from the releases page on Github
5. Install dependencies by running
- `./venv/bin/python3 -m pip install -r requirements.txt`.
- `./venv/bin/python3 -m pip install -r requirements.txt`
6. Execute the command:
- `./venv/bin/python3 cps.py` (or `nohup ./venv/bin/python3 cps.py` - recommended if you want to exit the terminal window)