From b5c444b13b3e2a2bae147fba1c9037d119b30345 Mon Sep 17 00:00:00 2001 From: Andreas Hauser Date: Mon, 22 Oct 2018 17:40:04 +0200 Subject: [PATCH] Add PyPi installation method --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f868dc9..aa39ecd 100644 --- a/README.md +++ b/README.md @@ -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