From 4a59f6bc88797bc24eaf9b36f084cb4e6fc3f46a Mon Sep 17 00:00:00 2001 From: SHZ66 Date: Tue, 21 May 2019 10:46:43 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea04425..e8dce87 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Python program, based on Prody, for pathogenicity prediction of human missense v ## Install using pip Rhapsody is published on [PyPI](https://pypi.org/). To install rhapsody, please use pip in the terminal: -``` -pip install -U rhapsody +```console +$ pip install -U rhapsody ``` ## Install from source