Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Added pip installation option.
  • Loading branch information
SHZ66 authored May 21, 2019
1 parent 3ed0da1 commit b49eadc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
```
Expand Down

0 comments on commit b49eadc

Please sign in to comment.