From 78a115690e37ec26267f7f8ab0c33c58f1e3d2bc Mon Sep 17 00:00:00 2001 From: Andrew Roth Date: Sat, 12 Dec 2020 10:34:01 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9c974..10ec220 100644 --- a/README.md +++ b/README.md @@ -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.