File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ large collection of software for solving systems of ordinary
55differential equations (ODEs). There is also some support for
66Differential Algebraic Equations (DAEs).
77
8+ You can pronounce Odespy by first saying the acronym *ODE*, for
9+ ordinary differential equations, in English (or in another language!)
10+ and then adding ``spy'' as in the English word *spy*.
11+
812===== How do I install Odespy? =====
913
10- Odespy requires Python version 2.7.
11- The simplest procedure for installing Odespy is to use `pip`:
14+ Odespy requires Python version 2.7. The simplest procedure for
15+ installing Odespy is to use `pip`:
1216
1317!bc sys
1418Terminal> sudo pip install -e git+https://github.com/hplgit/odespy.git#egg=odespy
Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ large collection of software for solving systems of ordinary
55differential equations (ODEs). There is also some support for
66Differential Algebraic Equations (DAEs).
77
8+ You can pronounce Odespy by first saying the acronym * ODE* , for
9+ ordinary differential equations, in English (or in another language!)
10+ and then adding "spy" as in the English word * spy* .
11+
812### How do I install Odespy?
913
10- Odespy requires Python version 2.7.
11- The simplest procedure for installing Odespy is to use ` pip ` :
14+ Odespy requires Python version 2.7. The simplest procedure for
15+ installing Odespy is to use ` pip ` :
1216
1317
1418```
You can’t perform that action at this time.
0 commit comments