From 17eda225247164678e14f42cfe029c5845f88173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sat, 26 Dec 2015 14:01:54 +0100 Subject: [PATCH] Add installation instructions to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a00fc5f..5584d9e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # PyFME Python Flight Mechanics Engine + +## How to run the tests + +Install in editable mode and call `py.test`: + + $ pip install -e . + $ py.test