From 8ea50b583e341c2968ca00516ee63047bf9a4220 Mon Sep 17 00:00:00 2001 From: Andrew Erickson Date: Wed, 27 Apr 2022 03:56:59 +0300 Subject: [PATCH] Fixing typo in README --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 0389366..25e5932 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 ``` diff --git a/README.md b/README.md index b2b5d98..fd0f63e 100644 --- a/README.md +++ b/README.md @@ -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