Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjinGudaisy committed Feb 1, 2022
1 parent ea99530 commit cbea676
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```


Expand Down

0 comments on commit cbea676

Please sign in to comment.