Skip to content

Commit

Permalink
fix install by adding -n to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 28, 2024
1 parent c93453a commit ad316e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Option 1. conda install
The preferred method is to install `cifkit` using Conda:

```bash
conda create cifkit_env cifkit
conda create -n cifkit_env cifkit
conda activate cifkit_env
```

Expand Down

0 comments on commit ad316e3

Please sign in to comment.