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

Removed netifaces as it is no longer needed

Ozzie Isaacs 2024-11-16 13:37:12 +01:00
parent 43f0c63ebb
commit 0542e8d36c

@ -9,7 +9,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
2. **Install git, imagemagick, netifaces, pip, and venv:**
- `apt install git imagemagick python3-netifaces python3-pip python3-venv`
- `apt install git imagemagick python3-pip python3-venv`
3. **Download and extract Calibre-Web:**
- `cd /opt`