Skip to content

Commit

Permalink
Clean installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sterrettJD authored Oct 31, 2024
1 parent 8a67517 commit 4095c69
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 @@ -43,7 +43,7 @@ We recommend using mamba (or conda) and our `environment.yaml` file to install t

```
wget https://raw.githubusercontent.com/lozuponelab/SCNIC/master/environment.yml
mamba env create -n SCNIC2 --file environment.yml
mamba env create -n SCNIC --file environment.yml
# Optional cleanup
rm environment.yml
Expand All @@ -54,7 +54,7 @@ If not using mamba, you can install using `conda env create` in place of `mamba
#### ARM architecture
**Users with Apple M1/M2 chips** or other ARM architecture should pass `CONDA_SUBDIR=osx-64` at the beginning of the env create command, as can be seen in the following:
```
CONDA_SUBDIR=osx-64 mamba env create -n SCNIC3 --file environment.yml
CONDA_SUBDIR=osx-64 mamba env create -n SCNIC --file environment.yml
```

### Multi-step installation directly from Conda + pip
Expand Down

0 comments on commit 4095c69

Please sign in to comment.