Skip to content

Commit

Permalink
Merge pull request #7 from alexlib/mybinder_test
Browse files Browse the repository at this point in the history
Mybinder test
  • Loading branch information
alexlib committed Apr 13, 2016
2 parents e19989f + b96e620 commit 60a5fd4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,18 @@ The OpenPIV documentation is available on the project web page at <http://openpi
4. David Lasagna
5. Mathias Aubert

# Example Binder with requirements.txt

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/alexlib/openpiv-python)

A Binder-compatible repo with a `requirements.txt` file.

The `requirements.txt` file should list all Python libraries that your notebooks depend on, and they will be installed using

```
pip install -r requirements.txt
```

Note that many scientific Python libraries (e.g. `numpy`, `scipy`, `sklearn`, etc.) are included already because the [`base`](https://github.com/alexlib/binder/blob/master/images/base/Dockerfile) image for Binder is built on Anaconda.

In this example we include the library `openpiv`, and our notebook shows the tutorial of `openpiv`
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openpiv
progressbar

0 comments on commit 60a5fd4

Please sign in to comment.