Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrybarski committed Mar 28, 2017
1 parent b6b12ff commit f4c374d
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 @@ -6,6 +6,15 @@ This library provides functions to fit equilibrium binding data using non-linear
It's effectively just a wrapper around SciPy's `curve_fit` function. You need to know what you're doing though,
biofits won't prevent you from using the wrong equation or misinterpreting the data (for now).

# Installation

Install dependencies:
`pip install numpy && pip install scipy`
`pip install matplotlib` (optional)

Install biofits:
`pip install biofits`

# Examples

### Hyperbolic Fit
Expand Down

0 comments on commit f4c374d

Please sign in to comment.