Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aroth85 authored Dec 12, 2020
1 parent f498d09 commit 78a1156
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 @@ -14,7 +14,7 @@ You can do this by installing [Miniconda](https://conda.io/miniconda.html)
We will create a new `conda` environment with the dependencies.
From inside the checked out PyClone-VI repository folder run the following.
```
conda create -n pyclone-vi --file requirements.txt --yes
conda create -c conda-forge -n pyclone-vi --file requirements.txt --yes
```

3. Activate the `conda` environment.
Expand Down

0 comments on commit 78a1156

Please sign in to comment.