From 985dda0da7ed6ca0f9a3356c21ffe3ba0b3c8edd Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jan 2024 11:23:20 +0800 Subject: [PATCH] update env --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbf11d..7d697e2 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ ## install environment ```shell -micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython ipykernel pydantic pyfastx ipython -y -c conda-forge -c salilab +micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython ipykernel pydantic pyfastx ipython -y -c conda-forge -c salilab -c bioconda +conda create -n pyfastx modeller biopython pymol-open-source biopandas requests ipython ipykernel pydantic pyfastx ipython -y -c conda-forge -c salilab -c bioconda # modeller注册码:MODELIRANJE (//lib/modeller-10.4/modlib/modeller/config.py) ```