Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Jul 1, 2018
1 parent 1a37c60 commit 763d7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 763d7c2

Please sign in to comment.