Skip to content

Commit

Permalink
Changed required Python version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hovy authored Feb 12, 2019
1 parent 7d68c76 commit 0f64f46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ For the source code analysis, FTG uses the tool [FortranCallGraph](https://githu

To run FTG, you will need the following software packages:

* `Python 2.7` (Python 3+ is currently not supported)
* `Cheetah Template Engine`: https://github.com/CheetahTemplate3/cheetah3
* `Serialbox2` (>= 2.5.1): https://github.com/eth-cscs/serialbox2
* `FortranCallGraph` (>= 1.4.0): https://github.com/fortesg/fortrancallgraph
* Python 2.7 or 3.x
* Cheetah Template Engine: https://github.com/CheetahTemplate3/cheetah3
* Serialbox2 (>= 2.5.1): https://github.com/eth-cscs/serialbox2
* FortranCallGraph (>= 1.4.0): https://github.com/fortesg/fortrancallgraph

## Quick Start Guide

Expand Down

0 comments on commit 0f64f46

Please sign in to comment.