Skip to content

Commit

Permalink
Update 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruiqi-CUB committed Jul 17, 2024
1 parent 69d7ef9 commit f717804
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Phylogenomics_Ruiqi.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,11 @@ view the consensus tree in file `MultipleSequenceAlignment.fasta.contree`
Follow the [instructions](https://docs.conda.io/en/latest/miniconda.html#installing) here to install miniconda3.


For Mac users
```bash
mkdir -p ~/miniconda3
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o ~/miniconda3/miniconda.sh
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh

```

Reopen your terminal and you will see *(base)* on the left to the prompt in the terminal if installed correctly.
Expand Down

0 comments on commit f717804

Please sign in to comment.