Skip to content

Commit

Permalink
fix: Readme install(#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn authored Nov 14, 2024
1 parent b727865 commit eeceb3b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ 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:
Expand Down

0 comments on commit eeceb3b

Please sign in to comment.