Changeset 3807
- Timestamp:
- 06/22/11 09:16:42 (11 months ago)
- Files:
-
- 1 modified
-
framework/server/trunk/docs/installation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/server/trunk/docs/installation.txt
r3569 r3807 25 25 ------------------ 26 26 27 To install MapFish, `download <http://www.mapfish.org/downloads/go-mapfish-framework-2. 0.py>`_ the installation script, and execute it from a terminal.27 To install MapFish, `download <http://www.mapfish.org/downloads/go-mapfish-framework-2.2.py>`_ the installation script, and execute it from a terminal. 28 28 29 29 On a Unix system:: 30 30 31 $ python go-mapfish-framework-2. 0.py --no-site-packages env31 $ python go-mapfish-framework-2.2.py --no-site-packages env 32 32 33 33 On a Windows system:: 34 34 35 C:\> C:\Python25\python.exe go-mapfish-framework-2. 0.py --no-site-packages env35 C:\> C:\Python25\python.exe go-mapfish-framework-2.2.py --no-site-packages env 36 36 37 37 This command creates a virtual Python environment named ``env`` and installs
