Skip to content

Commit

Permalink
#296: tweak install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Aug 7, 2024
1 parent 03fc914 commit 3e6e811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A detailed guide to installing alphaRaw with mono can be found [here](https://gi
It is highly recommended to use a conda environment for the installation of alphaDIA.
This ensures that all dependencies are installed correctly and do not interfere with other packages.
```bash
conda create -n alphadia python=3.11
conda create -n alphadia python=3.11 -y
conda activate alphadia
```

Expand Down Expand Up @@ -169,7 +169,7 @@ Check if conda is available on your cluster. If not, install it, or, if provided

Create and activate a new conda environment
```bash
conda create -n alphadia python=3.11
conda create -n alphadia python=3.11 -y
conda activate alphadia
```
### 2. Installing mono
Expand Down

0 comments on commit 3e6e811

Please sign in to comment.