Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmazz committed Sep 13, 2015
1 parent de21e8d commit 18f3317
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,15 @@ even though my current libxml was multiple versions ahead of that required.
[SWIG](http://www.swig.org/) is required to build bindings between C and Python
for libsbml.

Please note, you will need to point to the correct Python binary (the one with a working cobra install)
in line 37 of `routes/model/optimize/index.js`:

```js
var optimizeScript = cp.spawn('python', args)
```

This will be moved into `config.js` soon.

## Changelog (web-app)

Current: **1.4.4**
Expand Down

0 comments on commit 18f3317

Please sign in to comment.