mirror of
https://github.com/janeczku/calibre-web
synced 2025-02-07 06:30:06 +00:00
wrong order for windwos steps 4, 5
parent
5f8d64bac2
commit
5f2fa37345
@ -33,9 +33,9 @@ For Windows pip and venv come with the basic installation. On Windows, the pytho
|
||||
3. Create virtual environment for calibre web in folder venv. The python installation in the example is c:\python
|
||||
- `c:\python\python.exe -m venv venv`
|
||||
|
||||
4. Install dependencies by running `.\venv\script\python3.exe -m pip install -r requirements.txt` (executed from c:\calibre-web folder)
|
||||
4. Download and extract Calibre-Web into the current folder (in this example c:\calibre-web) from the releases page on Github
|
||||
|
||||
5. Download and extract Calibre-Web into the current folder (in this example c:\calibre-web) from the releases page on Github
|
||||
5. Install dependencies by running `.\venv\script\python3.exe -m pip install -r requirements.txt` (executed from c:\calibre-web folder)
|
||||
|
||||
6. Execute the command: `.\venv\script\python3.exe cps.py`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user