From 21c4358ea657cb2cf51160d27299d381ea4173a2 Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Sat, 9 Aug 2014 18:40:47 +0200 Subject: [PATCH] Double slashed Windows paths In Markdown single backslash was not displayed --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c06f4ac..02e106b 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,9 @@ How to install (Windows) * Install Python 2.7 (http://python.org) * Install Cython (Windows binaries on http://cython.org/#download) * Install Microsoft Visual Studio 2008 Express -* Add "C:\Program Files (x86)\Microsoft Visual Studio 9.0" to system PATH +* Add "C:\\Program Files (x86)\\Microsoft Visual Studio 9.0" to system PATH * Clone repository (using TortoiseGit) to local directory -* Run c:\python27\python.exe setup.py install (or develop) +* Run C:\\python27\\python.exe setup.py install (or develop) How to install (Debian-Ubuntu) ------------------------------