wrong order for windwos steps 4, 5

Morteza T 2022-12-08 22:05:46 +03:30
parent 5f8d64bac2
commit 5f2fa37345
1 changed files with 2 additions and 2 deletions

@ -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`