We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601e40e commit 822939dCopy full SHA for 822939d
README.rst
@@ -50,7 +50,7 @@ Python 2.7.x here https://www.python.org/downloads/ :
50
51
* Download the .msi installer for Windows or the .dmg archive for Mac.
52
* Open and run the installer using all the default options.
53
-* On Windows, make sure you install Python in the default c:\Python27 and not
+* On Windows, make sure you install Python in the default c:\\Python27 and not
54
on another drive.
55
56
@@ -91,7 +91,7 @@ On Linux or Mac, run this::
91
source bin/activate
92
93
On Windows, run this::
94
- bin\activate
+ bin\\activate
95
96
97
0 commit comments