Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Dec 26, 2015
1 parent d210df8 commit 17eda22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 17eda22

Please sign in to comment.