File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ conda config --set always_yes yes --set changeps1 no
1111conda update -q conda
1212conda install conda-build
1313conda info -a
14- conda config --add channels domdfcoding || exit 1
14+ conda config --add channels domdfcoding conda-forge || exit 1
1515conda build conda --output-folder conda/dist
1616
1717
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments