Browse Source

Update INSTALL.md

Bastien Sevajol 9 years ago
parent
commit
ab20a3c214
1 changed files with 1 additions and 1 deletions
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md View File

@@ -17,7 +17,7 @@ Install pygame for python3.4: Download pygame‑1.9.2a0‑cp34‑none‑win32.wh
17 17
 
18 18
 Execute command 
19 19
 ````
20
-C:\Python34\python -m pip install Downloads\pygame-1.9.2a0-cp34-none-win32.whl
20
+C:\Python34\python -m pip install "Downloads\pygame-1.9.2a0-cp34-none-win32.whl"
21 21
 ````
22 22
 Launch Git Bash program and execute command 
23 23
 ````