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`