Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cytham authored Jan 16, 2024
1 parent 082303c commit 11433c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ There are three ways to install NanoVar:
conda install -c bioconda nanovar
# Or if encountered compatibility issues, install individual dependencies and then install NanoVar using pip
conda create -n myenv python=3.11 samtools bedtools minimap2 -y
conda create -n myenv -c bioconda python=3.11 samtools bedtools minimap2 -y
conda activate myenv
pip install nanovar
```
Expand Down

0 comments on commit 11433c0

Please sign in to comment.