From f26a76de512128116e1974cc715361332a1fbcaa Mon Sep 17 00:00:00 2001 From: Luca Ponzoni <16854208+luponzo86@users.noreply.github.com> Date: Mon, 28 Jun 2021 21:09:07 -0700 Subject: [PATCH] Update conda installation instructions tqdm dependency added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a04b6..df56418 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Rhapsody is written in pure Python so no local compilation is needed. To install all needed dependencies, we strongly suggest to use Conda and create a new environment with: ```console -$ conda create -n rhapsody python=3 numpy scikit-learn requests pyparsing matplotlib biopython +$ conda create -n rhapsody python=3 numpy scikit-learn requests pyparsing matplotlib biopython tqdm $ conda activate rhapsody $ pip install prody $ conda install -c salilab dssp