From b49eadcb1cf57775b2984a57f4d03673c875c43e Mon Sep 17 00:00:00 2001 From: SHZ66 Date: Tue, 21 May 2019 10:34:55 -0400 Subject: [PATCH] Updated README.md Added pip installation option. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b57a02..210a7ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ [![Build Status](https://travis-ci.com/luponzo86/rhapsody.svg?branch=master)](https://travis-ci.com/luponzo86/rhapsody) # rhapsody -Python program, based on Prody, for pathogenicity prediction of human missense variants +Python program, based on Prody, for pathogenicity prediction of human missense variants. + +## Installation +Rhapsody is published on [PyPI](https://pypi.org/). To install rhapsody, please use pip in the terminal: +``` +pip install -U rhapsody +``` ## To use a local ProDy package, use: ```