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
11
11
conda update -q conda
12
12
conda install conda-build
13
13
conda info -a
14
- conda config --add channels domdfcoding || exit 1
14
+ conda config --add channels domdfcoding conda-forge || exit 1
15
15
conda build conda --output-folder conda/dist
16
16
17
17
Original file line number Diff line number Diff line change @@ -43,8 +43,16 @@ To install with ``pip``:
43
43
44
44
To install with ``conda ``:
45
45
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
47
56
48
- $ conda config --add channels http://conda.anaconda.org/domdfcoding
49
- $ conda install domdf_python_tools
57
+ $ conda install domdf_python_tools
50
58
You can’t perform that action at this time.
0 commit comments