From 6fc40f757546db2154bb7c5676f796867be39c59 Mon Sep 17 00:00:00 2001 From: bruemmla <67918488+bruemmla@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:50:05 +0200 Subject: [PATCH] Updated Manual Installation (markdown) --- Manual-Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 058e9aa..442e35c 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -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