Changeset 3612

Show
Ignore:
Timestamp:
10/31/07 16:39:43 (1 year ago)
Author:
mscott
Message:

Update Windows install instructions to use virtualenv

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Schevo/doc/SchevoGettingStartedWindows.txt

    r3611 r3612  
    7575 
    7676 
    77 Download workingenv and set up an environment for Schevo 
    78 ======================================================== 
     77Download Easy Install and virtualenv and set up an environment for Schevo 
     78========================================================================= 
    7979 
    80 1. Download `workingenv.py 
    81    <http://svn.colorstudy.com/home/ianb/workingenv/workingenv.py>`__ 
    82    to ``c:\python25\scripts``
     801. Install `Easy Install 
     81   <http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install>`__ 
     82   per the instructions at that link
    8383 
    84 2. If it doesn't exist, create a ``c:\env`` folder using Windows 
    85    Explorer or a command prompt. 
     842. Install `virtualenv <http://pypi.python.org/pypi/virtualenv>`__ by 
     85   running this at a command prompt:: 
     86 
     87     easy_install virtualenv 
    8688 
    87893. In a command prompt, create the environment:: 
    8890 
    89     python c:\python25\scripts\workingenv.py --site-packages c:\env\schevo 
     91    virtualenv c:\env\schevo 
    9092 
    9193 
     
    9395=============================== 
    9496 
    95 In a command prompt, run these commands to activate the Schevo 
     97In a command prompt, run this command to activate the Schevo 
    9698environment and change to its source directory:: 
    9799 
    98     c:\env\schevo\bin\activate.bat 
     100    c:\env\schevo\scripts\activate 
    99101 
    100102You'll see ``(schevo)`` added to your prompt.  Repeat this section