- Clone the Iris Pie Examples repository into a folder next to the Iris Pie repository
•
├─ irispie
└─ irispie_examples
This means
-
Switch to the directory that directly contains
irispie
-
Run the following command to clone the examples repository to the
irispie_examples
folder
git clone https://github.com/IRIS-Solutions-Team/Iris-Pie-Examples.git irispie_examples
-
Start up the virtual environment that you have set up for use with Iris Pie
-
Switch to the desired example folder, e.g.
cd irispie_examples/linear_3eq_model
and start up the Python console of your choice, e.g.
ipython
- Run the example script from within the Python console
run run_linear_3eq_model