Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottl authored Sep 4, 2018
1 parent 075bc90 commit c2317c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ H = 0.5 — Brownian motion,
0.5 < H < 1.0 — persistent behavior,
0 < H < 0.5 — anti-persistent behavior.

## Usage
## Installation
Install **hurst** module with
```bash
pip install hurst
Expand All @@ -23,7 +23,7 @@ or
```bash
pip install -e https://github.com/Mottl/hurst
```

## Usage
```python
import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit c2317c7

Please sign in to comment.