diff --git a/docs/index.md b/docs/index.md index 58ce8fb..8f1f2f6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,22 +30,19 @@ Firstly, download and install the required resources. ``` conda env create -f [your_path]/environment.yaml - ``` - + This command will automatically set up all the third-party tools and packages required for SearcHPV and install latest version of SearcHPV. The name of the environment is "searcHPV". You can check the packages and tools in this environment by: ``` conda list -n searcHPV - ``` You can update the environment by: ``` conda env update -f [your_path]/environment.yaml - ```