You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user/introduction.rst
+36-11Lines changed: 36 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This came with a list of disadvantages:
30
30
31
31
- Locating packages was difficult due to them being scattered over many channels.
32
32
- Combining packages across channels was not always possible due to binary incompatibilities.
33
-
- Packages were only available for architectures the developer was interested in or had access to.
33
+
- Packages were only available for architectures the developer was interested in or had access to.
34
34
- Channels were often abandoned, updating required locating new channels.
35
35
36
36
conda-forge is a community effort that tackles these issues:
@@ -43,32 +43,30 @@ conda-forge is a community effort that tackles these issues:
43
43
- An active core developer team is trying to also maintain abandoned packages.
44
44
45
45
46
-
47
46
How can I install packages from conda-forge?
48
47
--------------------------------------------
49
48
50
49
Using conda-forge is easy!
51
50
52
51
- Make sure you have ``conda >=4.9``.
53
-
52
+
54
53
.. code-block:: bash
55
54
56
55
conda --version
57
56
conda update conda
58
-
59
-
- Add ``conda-forge`` as the highest priority channel.
60
-
57
+
58
+
- Add ``conda-forge`` as the highest priority channel.
59
+
61
60
.. code-block:: bash
62
61
63
62
conda config --add channels conda-forge
64
-
63
+
65
64
- Activate ``strict`` channel priority (``strict`` will be activated by default in conda 5.0).
66
-
65
+
67
66
.. code-block:: bash
68
67
69
68
conda config --set channel_priority strict
70
69
71
-
72
70
From now on using ``conda install <package-name>`` will also find packages in our conda-forge channels.
73
71
74
72
.. note::
@@ -82,7 +80,7 @@ From now on using ``conda install <package-name>`` will also find packages in ou
82
80
.. note::
83
81
84
82
Please be aware that the order of your conda package channels is important, especially when you combine conda-forge with other channels, e.g. ``bioconda``.
85
-
83
+
86
84
.. note::
87
85
88
86
`Miniforge <https://github.com/conda-forge/miniforge>`__ is a community
@@ -96,9 +94,36 @@ From now on using ``conda install <package-name>`` will also find packages in ou
96
94
Please refer to :ref:`multiple_channels` for pitfalls and more information.
97
95
98
96
97
+
How can I give credit to ``conda-forge``?
98
+
-----------------------------------------
99
+
100
+
If you'd like to credit ``conda-forge`` in your work, please cite our `Zenodo entry <https://doi.org/10.5281/zenodo.4774216>`_. This citation is
101
+
102
+
::
103
+
104
+
conda-forge community. (2015). The conda-forge Project: Community-based
105
+
Software Distribution Built on the conda Package Format and Ecosystem.
106
+
Zenodo. http://doi.org/10.5281/zenodo.4774216
107
+
108
+
or in `bibtex` it is
109
+
110
+
::
111
+
112
+
@misc{conda_forge_community_2015_4774216,
113
+
author = {conda-forge community},
114
+
title = {{The conda-forge Project: Community-based Software
115
+
Distribution Built on the conda Package Format and
116
+
Ecosystem}},
117
+
month = jul,
118
+
year = 2015,
119
+
publisher = {Zenodo},
120
+
doi = {10.5281/zenodo.4774216},
121
+
url = {https://doi.org/10.5281/zenodo.4774216}
122
+
}
123
+
99
124
100
125
Display conda-forge packages in Anaconda Navigator
0 commit comments