From 924896131b82664698843a4387a125c8ebf47b28 Mon Sep 17 00:00:00 2001 From: Chun Cai Date: Thu, 16 Feb 2023 16:54:36 +0800 Subject: [PATCH] Fix typo in install docs Signed-off-by: Chun Cai --- doc/install/easy-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/easy-install.md b/doc/install/easy-install.md index 606f99b45b..88764b030a 100644 --- a/doc/install/easy-install.md +++ b/doc/install/easy-install.md @@ -28,9 +28,9 @@ conda activate /path/to/deepmd-kit ``` ## Install with conda -DeePMD-kit is avaiable with [conda](https://github.com/conda/conda). Install [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) first. +DeePMD-kit is available with [conda](https://github.com/conda/conda). Install [Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) first. -### Offical channel +### Official channel One may create an environment that contains the CPU version of DeePMD-kit and LAMMPS: ```bash