Skip to content

Commit

Permalink
small change in the example and readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
BrechtBa committed Oct 2, 2015
1 parent 060cdcf commit a848607
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 36 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# mpcpy
mpcpy
=====

A group of classes to run model predictive control (MPC) simulations using python and Dymola.

# Installation
requires:
* `numpy`

To install download the latest [release](https://github.com/BrechtBa/mpcpy/releases), unpack, cd to the unpacked folder and run:
```
python setup.py install
```

# Workflow
In a model predictive control simulation we need several components.
Expand Down
Loading

0 comments on commit a848607

Please sign in to comment.