Skip to content

Commit

Permalink
Fixing typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickso committed Apr 27, 2022
1 parent 18c04fe commit 8ea50b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We also provide environment files to set up a conda environment in a MacOSX or L
[environment.yml file](https://github.com/aerickso/SpatialInferCNV/blob/main/environment.yml)

```
conda create env -f environment.yml
conda env create -f environment.yml
conda activate SpatialInferCNV
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ the code below.
[environment.yml
file](https://github.com/aerickso/SpatialInferCNV/blob/main/environment.yml)

conda create env -f environment.yml
conda env create -f environment.yml
conda activate SpatialInferCNV

If you want to run RStudio within this environment you can install it
Expand Down

0 comments on commit 8ea50b5

Please sign in to comment.