Skip to content

Commit

Permalink
fix spelling error on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanandy authored Oct 27, 2021
1 parent e248fee commit 4000309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We currently recommend installation via the [Conda](https://conda.io/docs/) pack
git clone https://github.com/hjkgrp/molSimplify.git
```

3. Go to the folder root folder for molSimplify, create the conda environment from the yaml file (`conda_envs/mols.yml`). **For M1 Macs, use mols_m1.yml instead.** This step will help you get all the dependecies correct in a newly created conda environment named "mols_test". You can specify a different name for this environment at the first line of the yaml file.
3. Go to the folder root folder for molSimplify, create the conda environment from the yaml file (`conda_envs/mols.yml`). **For M1 Macs, use mols_m1.yml instead.** This step will help you get all the dependencies correct in a newly created conda environment named "mols_test". You can specify a different name for this environment at the first line of the yaml file.

```bash
cd molSimplify/conda-envs
Expand Down

0 comments on commit 4000309

Please sign in to comment.