Changes between Version 9 and Version 10 of GeniTmixTutorial


Ignore:
Timestamp:
02/27/13 11:03:33 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixTutorial

    v9 v10  
    1010
    1111== 2 Extra Omni Configuration ==
    12 Replace "/path/to/gcf" in the lines below with the path to your copy of gcf, and add the lines to your .profile file or equivalent.   
     12=== 2.1 Add gcf to path ===
     13Although optional, it will be helpful to add the gcf/src directory to your path and python path.  To do this, replace "/path/to/gcf" in the lines below with the path to your copy of gcf, and add the lines to your .profile file or equivalent.   
    1314{{{
    1415PATH="/path/to/gcf/src:$PATH"
    1516export PYTHONPATH="/path/to/gcf/src:$PATH"
    1617}}}
     18
     19If you don't make this change, you may need to add python in front of all the omni commands, and call them from within the gcf/src directory.
     20
    1721== 2 Get Started with a Simple Experiment ==
    1822