Skip to content

Commit

Permalink
add README describing how to manage dependencies with pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
erip committed Apr 1, 2017
1 parent 2710662 commit b1f8851
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
@@ -0,0 +1,7 @@
## Installation

Each directory has a `requirements.txt` describing the minimal dependencies required to run the notebooks in that directory.

### pip

To install these dependencies with pip, you can issue `pip3 install -r requirements.txt`.

0 comments on commit b1f8851

Please sign in to comment.