mirror of
https://github.com/janeczku/calibre-web
synced 2025-02-07 14:40:08 +00:00
Link to "Quick Start" instructions
parent
4985a0c4b6
commit
8df4fba7c2
@ -20,16 +20,20 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
|
||||
3. **Create a virtual environment** for Calibre-Web:
|
||||
- `python3 -m venv venv`
|
||||
|
||||
5. **Install dependencies** by running:
|
||||
4. **Install dependencies** by running:
|
||||
- `./venv/bin/python3 -m pip install -r requirements.txt`
|
||||
|
||||
**PRO TIP:**
|
||||
- **If you want a more recent version of `cryptography`** than your OS offers:
|
||||
- `./venv/bin/python3 -m pip install cryptography`
|
||||
|
||||
6. **Run Calibre-Web** with the command:
|
||||
- `./venv/bin/python3 cps.py`
|
||||
(or use `nohup ./venv/bin/python3 cps.py` if you want to exit the terminal window)
|
||||
5. **Run Calibre-Web** with the command:
|
||||
- `./venv/bin/python3 cps.py`
|
||||
|
||||
**PRO TIP:**
|
||||
- Or use `nohup ./venv/bin/python3 cps.py` if you want to exit the terminal window.
|
||||
|
||||
6. **[Try it out](https://github.com/janeczku/calibre-web#quick-start)**
|
||||
|
||||
#### Additional Issues and Considerations:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user