Skip to content

Commit 8b22a1a

Browse files
committed
Added conda-forge as required channel for conda
1 parent 0344dcd commit 8b22a1a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conda config --set always_yes yes --set changeps1 no
1111
conda update -q conda
1212
conda install conda-build
1313
conda info -a
14-
conda config --add channels domdfcoding || exit 1
14+
conda config --add channels domdfcoding conda-forge || exit 1
1515
conda build conda --output-folder conda/dist
1616

1717

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,16 @@ To install with ``pip``:
4343
4444
To install with ``conda``:
4545

46-
.. code-block:: bash
46+
* First add the required channels
47+
48+
.. code-block:: bash
49+
50+
$ conda config --add channels http://conda.anaconda.org/domdfcoding
51+
$ conda config --add channels http://conda.anaconda.org/conda-forge
52+
53+
* Then install
54+
55+
.. code-block:: bash
4756
48-
$ conda config --add channels http://conda.anaconda.org/domdfcoding
49-
$ conda install domdf_python_tools
57+
$ conda install domdf_python_tools
5058

0 commit comments

Comments
 (0)