From 763d7c2464822ddcfa2d148aaf7e5974c3a46465 Mon Sep 17 00:00:00 2001 From: Milan Curcic Date: Sun, 1 Jul 2018 12:55:36 -0400 Subject: [PATCH] small fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1ae44f..7f3d1ae 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ This will build three small apps: `stock_gain`, `stock_volatility`, and `stock_c ./stock_crossover ``` -### Making figures +### Plotting the results -Python plotting scripts are provided to read and plot the data +You can use the included Python scripts to read and plot the data produced by the Fortran apps. -Make sure to first set up a fresh Python virtual environment: +First, set up a fresh Python virtual environment: ``` python -m venv venv