Skip to content

Commit

Permalink
update readme and require files
Browse files Browse the repository at this point in the history
more info on installation and added a required
package to require
  • Loading branch information
askhamwhat committed Mar 31, 2018
1 parent dfa3760 commit ae055e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ This repository contains an implementation of a robust
version of the dynamic mode decomposition (DMD) in
julia.

## Install

You can install this package with

> Pkg.clone("https://github.com/UW-AMO/RobustDMD.jl.git")
or a particular version by modifying the url.

## Requirements

The examples require the Munkres package. Otherwise the
library is self-contained.
The examples require the Munkres package and will work on
julia v0.5 and later. Otherwise the library is self-contained.

> Pkg.add("Munkres")
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
julia 0.5
julia 0.5
Munkres

0 comments on commit ae055e8

Please sign in to comment.