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) ```