From e63c376cc0f360ee51aa09342239e531182ebf35 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 8 Oct 2014 21:35:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a41494..95c6b8f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ IRPF90 IRPF90 is a Fortran90 preprocessor written in Python for programming using the Implicit Reference to Parameters (IRP) method. It simplifies the development of large fortran codes in the field of scientific high performance computing. +![IRPF90 Logo](./irpf90.xpm) + Dependencies ------------ @@ -30,9 +32,11 @@ Installing IRPF90 Using IRPF90 ------------ -In an empty directory, run:: +In an empty directory, run: +``` bash irpf90 --init +``` This command creates a new Makefile suitable for most irpf90 projects. Now you can start to program using irpf90.