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: ```