From b94808396cdf6f42b58cbd005709fafe6eef1b81 Mon Sep 17 00:00:00 2001 From: 4ce <88108711+4cecoder@users.noreply.github.com> Date: Tue, 10 May 2022 16:16:59 -0400 Subject: [PATCH] Updated Manual Installation (markdown) --- Manual-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 7439a60..292bc54 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -9,7 +9,7 @@ If you want to manually install Calibre-Web (“from source”), follow the proc 2. Go to the folder where you want to install Calibre-Web, e.g., /opt/calibre-web 3. Create virtual environment for calibre web in folder venv - + - `cd /opt && git clone https://github.com/janeczku/calibre-web && cd calibre-web` - `python3 -m venv venv` 4. Install dependencies by running `./venv/bin/python3 -m pip install -r requirements.txt`