Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 4, 2024
1 parent b616c7a commit 56b803c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ You can then install the environment using `conda` or `micromamba`:

```bash
tar --zstd -xvf environment.tar.zstd
micromamba create -p ./env --file environment.yml"
micromamba create -p ./env --file environment.yml
# or
conda env create -p ./env --file environment.yml"
conda env create -p ./env --file environment.yml
```

> [!NOTE]
Expand Down

0 comments on commit 56b803c

Please sign in to comment.