From 3f91c33acc35d2a32103876f5d26408f89eeb6b1 Mon Sep 17 00:00:00 2001 From: "Francesco Patane, MSc" Date: Wed, 16 Aug 2023 09:52:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2c043d..aca31ba 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ $ conda install -c salilab dssp $ conda install -c bioconda msms $ conda install networkx + $ conda install PyQt5 ``` **Note:** dssp and msms can not be install on Windows system. From 166af1c4177eaf08f58b8c37a4eb4f6a8d4cbdea Mon Sep 17 00:00:00 2001 From: "Francesco Patane, MSc" Date: Wed, 16 Aug 2023 10:29:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aca31ba..5edc104 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ $ conda install -c salilab dssp $ conda install -c bioconda msms $ conda install networkx - $ conda install PyQt5 + $ pip install PyQt5 + $ sudo apt-get install libxcb-xinerama0 + ``` **Note:** dssp and msms can not be install on Windows system.