Changes between Version 14 and Version 15 of List of examples

Show
Ignore:
Timestamp:
06/10/13 10:30:26 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • List of examples

    v14 v15  
    4545  An example Fortran implementation of the writer submodel explained in the Simple Example for Java. The boilerplate code needed to communicate with the C library is included. 
    4646 
     47== Python example == 
     48The code for the Python example is contained in {{{src/python/examples}}}. 
     49 
     50 Simple Python:: 
     51  An example Python implementation of a submodel that sends and receives data to itself. To install the Python module, go to the {{{build/}}} directory, and run 
     52  {{{ 
     53  cmake -DBUILD_PYTHON=ON .. 
     54  make install 
     55  }}} 
     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  
    4758== Scala example == 
    4859The code for the Scala example is contained in {{{src/scala/examples}}}.