1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-31 23:26:20 +00:00

Updated Manual Installation (markdown)

4ce 2022-05-10 16:16:59 -04:00
parent 20e23e22b5
commit b94808396c

@ -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 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 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` - `python3 -m venv venv`
4. Install dependencies by running `./venv/bin/python3 -m pip install -r requirements.txt` 4. Install dependencies by running `./venv/bin/python3 -m pip install -r requirements.txt`