Changes between Version 15 and Version 16 of List of examples
- Timestamp:
- 06/10/13 10:32:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
List of examples
v15 v16 53 53 cmake -DBUILD_PYTHON=ON .. 54 54 make install 55 source $MUSCLE_HOME/etc/muscle.profile 55 56 }}} 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 }}} 57 62 58 63 == Scala example ==