Skip to content

Commit

Permalink
Update conda installation instructions
Browse files Browse the repository at this point in the history
tqdm dependency added
  • Loading branch information
luponzo86 authored Jun 29, 2021
1 parent 652f021 commit f26a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f26a76d

Please sign in to comment.