From 3475c3e30197a11ada10d1b0a4bafb026f2fb580 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 29 Apr 2020 14:55:51 -0400 Subject: Fix description content type for PyPi Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8b78ebd..f41b79b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,14 @@ Note that you will need to repeat the `. venv/bin/activate` step from this direc 3. **Install the tool.** Once in your virtualenv, install this project: +Install from PyPi: + +```sh +pip3 bh20-seq-uploader +``` + +Install from git: + ```sh pip3 install git+https://github.com/arvados/bh20-seq-resource.git@master ``` -- cgit v1.2.3