Skip to content

Commit

Permalink
refine conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Nov 13, 2024
1 parent 9ee7ed1 commit 7f8e581
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ In particular, it's good to install it and become familiar with its basic functi

### Setting up the Development Environment

1. Create and activate the conda environment:
1. Create and activate the conda environment from the `environment.yml` file:
```bash
conda create -n myenv python=3.9
conda activate myenv
conda env create -f environment.yml
conda activate sr2silo
```

Install Nextclade:
```bash
conda install -c bioconda nextclade
```
```

2. Set up the environment with development tools:
```bash
Expand Down

0 comments on commit 7f8e581

Please sign in to comment.