Skip to content

Commit 2565a0a

Browse files
committed
Update installation instructions for bioconda packages to conda-forge
1 parent 0c87f54 commit 2565a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbuild/utils/io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class DelayImportError(ImportError, SkipTest):
4444
4545
nglview can be installed using:
4646
47-
# conda install -c bioconda nglview
47+
# conda install -c conda-forge nglview
4848
4949
or
5050
@@ -56,7 +56,7 @@ class DelayImportError(ImportError, SkipTest):
5656
5757
openbabel can be installed with conda using:
5858
59-
# conda install -c bioconda openbabel
59+
# conda install -c conda-forge openbabel
6060
6161
or from source following instructions at:
6262

0 commit comments

Comments
 (0)