Changes between Version 15 and Version 16 of List of examples

Show
Ignore:
Timestamp:
06/10/13 10:32:25 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • List of examples

    v15 v16  
    5353  cmake -DBUILD_PYTHON=ON .. 
    5454  make install 
     55  source $MUSCLE_HOME/etc/muscle.profile 
    5556  }}} 
    56   After that, and running {{{source $MUSCLE_HOME/etc/muscle.profile}}}, you can try it out by starting python, and running {{{import muscle}}} and {{{help(muscle)}}} 
     57  After that, you can try it out by starting python, and typing  
     58  {{{ 
     59  import muscle 
     60  help(muscle) 
     61  }}} 
    5762  
    5863== Scala example ==