- Timestamp:
- 10/13/09 23:04:33 (3 years ago)
- Files:
-
- 1 modified
-
website/trunk/doc/1.2/installation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/trunk/doc/1.2/installation.txt
r3079 r3080 28 28 On a Unix system:: 29 29 30 $ python go-mapfish-framework-1.2.py env30 $ python go-mapfish-framework-1.2.py --no-site-packages env 31 31 32 32 On a Windows system:: 33 33 34 C:\> C:\Python25\python.exe go-mapfish-framework-1.2.py env34 C:\> C:\Python25\python.exe go-mapfish-framework-1.2.py --no-site-packages env 35 35 36 36 This command creates a virtual Python environment named ``env`` and installs
