Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ahcm/longread_plots
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcm committed Oct 30, 2018
2 parents 0a44ee9 + b5c444b commit 78a6eb6
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,12 +6,21 @@ pip install --user --upgrade pandas seaborn
```

Note that matplot lib >= 3.0.0 is would be nice to have.
Python >= 3.5 is therfore recommended.

# Installation

From PyPi:
```bash
pip3 install --user lrplots
```

From the release tar.gz:
```bash
python3 setup.py install --user
```


# Usage
```bash
python3 bin/lrplots example.fastq
Expand Down

0 comments on commit 78a6eb6

Please sign in to comment.