From e042c1eba77dbd1c1330b115ab456d520993b618 Mon Sep 17 00:00:00 2001 From: jiangs Date: Thu, 20 Jun 2019 15:54:15 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e05c89..ce9a280 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ We strongly suggest you to use [`conda`](https://www.anaconda.com/download/) to wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh ``` -After installation, we create the `[conda](https://www.anaconda.com/download/)` virtual environment by the following commands: +After installation, we create the [`conda`](https://www.anaconda.com/download/) virtual environment by the following commands: ``` conda create -n chem_env python=2.7 source activate chem_env