diff --git a/docs/installation_win.rst b/docs/installation_win.rst --- a/docs/installation_win.rst +++ b/docs/installation_win.rst @@ -4,6 +4,7 @@ Installation and upgrade on Windows (7/Server 2008 R2 and newer) ================================================================ + First time install :::::::::::::::::: @@ -13,7 +14,6 @@ Tested on Windows 8.1, Windows Server 20 To install on an older version of Windows, see ``_ - Step 1 - Install Python ----------------------- @@ -30,7 +30,6 @@ While writing this guide, the latest ver Remember the specific major and minor versions installed, because they will be needed in the next step. In this case, it is "2.7". - Step 2 - Python BIN ------------------- @@ -45,7 +44,6 @@ Open a CMD and type:: Please substitute [your-python-path] with your Python installation path. Typically this is ``C:\\Python27``. - Step 3 - Install pywin32 extensions ----------------------------------- @@ -62,7 +60,6 @@ http://sourceforge.net/projects/pywin32/ http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py2.7.exe/download (Win32) - Step 4 - Install pip -------------------- @@ -87,7 +84,6 @@ open a CMD and type:: SETX PATH "%PATH%;[your-python-path]\Scripts" /M - Step 5 - Kallithea folder structure ----------------------------------- @@ -105,7 +101,6 @@ Create the following folder structure:: C:\Kallithea\Env C:\Kallithea\Repos - Step 6 - Install virtualenv --------------------------- @@ -123,7 +118,6 @@ To create a virtual environment, run:: virtualenv C:\Kallithea\Env - Step 7 - Install Kallithea -------------------------- @@ -150,7 +144,6 @@ The prompt will change into "(Env) C:\\K complete. Some warnings will appear. Don't worry, they are normal. - Step 8 - Install git (optional) ------------------------------- @@ -160,7 +153,6 @@ You need to install git manually if you See http://git-scm.com/book/en/v2/Getting-Started-Installing-Git#Installing-on-Windows for instructions. - Step 9 - Configuring Kallithea ------------------------------ @@ -200,7 +192,6 @@ If you make a mistake and the script doe If you decided not to install git, you will get errors about it that you can ignore. - Step 10 - Running Kallithea ---------------------------