1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-10 04:36:41 +00:00

Updated Manual Installation (markdown)

bruemmla 2023-08-24 00:50:05 +02:00
parent 48be1335c1
commit 6fc40f7575

@ -6,9 +6,10 @@ If you want to manually install Calibre-Web (“from source”), follow the proc
- `sudo apt install python3-pip python3-venv`
2. Go to the folder where you want to install Calibre-Web, e.g., `/opt/calibre-web `
2. Go to the folder where you want to install Calibre-Web, e.g.,
- `cd /opt/calibre-web`
3. Create virtual environment for calibre web in folder venv
3. Create virtual environment for calibre web in the current folder
- `python3 -m venv venv`
4. Download and extract Calibre-Web into the current folder (in this example /opt/calibre-web) from the releases page on Github