From f007a9dfdb77cacc347c387a254401b3f0a46c1b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jan 2024 11:19:00 +0800 Subject: [PATCH] update env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ddf46..5bbf11d 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## install environment ```shell -micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython ipykernel pydantic -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 # modeller注册码:MODELIRANJE (//lib/modeller-10.4/modlib/modeller/config.py) ```