Changeset 3612
- Timestamp:
- 10/31/07 16:39:43 (1 year ago)
- Files:
-
- trunk/Schevo/doc/SchevoGettingStartedWindows.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Schevo/doc/SchevoGettingStartedWindows.txt
r3611 r3612 75 75 76 76 77 Download workingenv and set up an environment for Schevo78 ======================================================== 77 Download Easy Install and virtualenv and set up an environment for Schevo 78 ========================================================================= 79 79 80 1. Download `workingenv.py81 <http:// svn.colorstudy.com/home/ianb/workingenv/workingenv.py>`__82 to ``c:\python25\scripts``.80 1. Install `Easy Install 81 <http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install>`__ 82 per the instructions at that link. 83 83 84 2. If it doesn't exist, create a ``c:\env`` folder using Windows 85 Explorer or a command prompt. 84 2. Install `virtualenv <http://pypi.python.org/pypi/virtualenv>`__ by 85 running this at a command prompt:: 86 87 easy_install virtualenv 86 88 87 89 3. In a command prompt, create the environment:: 88 90 89 python c:\python25\scripts\workingenv.py --site-packagesc:\env\schevo91 virtualenv c:\env\schevo 90 92 91 93 … … 93 95 =============================== 94 96 95 In a command prompt, run th ese commandsto activate the Schevo97 In a command prompt, run this command to activate the Schevo 96 98 environment and change to its source directory:: 97 99 98 c:\env\schevo\ bin\activate.bat100 c:\env\schevo\scripts\activate 99 101 100 102 You'll see ``(schevo)`` added to your prompt. Repeat this section
