From d1aa193187768a0ae5ae8ae52111afc390b6a6fa Mon Sep 17 00:00:00 2001 From: Saif Aqqad Date: Sun, 25 Aug 2019 15:50:14 +0300 Subject: [PATCH] Updated Windows Installation (markdown) --- Windows-Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows-Installation.md b/Windows-Installation.md index 4532462..bbd64bf 100644 --- a/Windows-Installation.md +++ b/Windows-Installation.md @@ -8,9 +8,9 @@ Ensure you add Python to the environmental variables Check if python is reachable via CMD\ ![Check python](images/check_python.png) -Create folder called "Calibre-Web" name whatever you like and extract the "Calibre-web" files into the folder +Create a folder called "Calibre-Web", or name it whatever you like and extract the "Calibre-web" files into the folder -Change directory to "C:\Calibre-Web", run the below command to install the requirements +Change the directory to "C:\Calibre-Web" and run the below command to install the requirements `pip install --target vendor -r requirements.txt`