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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ conda-forge is a community effort that provides conda packages for a wide range
15
15
16
16
You can `search <https://anaconda.org/>`__ for packages online. Look out for packages provided by our ``conda-forge`` organization.
17
17
18
-
**Cannot find a package or only outdated versions of a package?** - Everybody is welcome to contribute to our package stack! Please refer to :ref:`becoming_involved`, for an overview over how to start contributing.
18
+
**Cannot find a package or only outdated versions of a package?** - Everybody is welcome to contribute to our package stack! Please refer to :ref:`becoming_involved`, for an overview on how to start contributing.
19
19
20
20
21
21
Why conda-forge?
@@ -35,12 +35,12 @@ This came with a list of disadvantages:
35
35
36
36
conda-forge is a community effort that tackles these issues:
37
37
38
-
- all packages are shared in a single channel named ``conda-forge``
39
-
- care is taken that all packages are up-to-date
40
-
- common standards ensure that all packages have compatible versions
41
-
- by default, we build packages for macOS, Linux AMD64 and Windows AMD64
42
-
- many packages are updated by multiple maintainers with an easy option to become a maintainer
43
-
- an active core developer team is trying to also maintain abandoned packages
38
+
- all packages are shared in a single channel named ``conda-forge``.
39
+
- care is taken that all packages are up-to-date.
40
+
- common standards ensure that all packages have compatible versions.
41
+
- by default, we build packages for macOS, Linux AMD64 and Windows AMD64.
42
+
- many packages are updated by multiple maintainers with an easy option to become a maintainer.
43
+
- an active core developer team is trying to also maintain abandoned packages.
44
44
45
45
46
46
@@ -64,10 +64,10 @@ From now on using ``conda install <package-name>`` will also find packages in ou
64
64
.. note::
65
65
66
66
In addition to the channel priority,
67
-
we recommend to always install your packages inside a new environment instead of the ``base`` (formerly known as ``root``) environment,
68
-
and we also recommend the use ``miniconda`` instead of the Anaconda Distribution.
67
+
we recommend always installing your packages inside a new environment instead of the ``base`` (formerly known as ``root``) environment,
68
+
and we also recommend the use of ``miniconda`` instead of the Anaconda Distribution.
69
69
Using environments make it easier to debug problems with packages and ensure the stability of your ``base`` environment.
70
-
Avoiding the Anaconda Distribution reduces chances of unsolvable/conflicts installations, it is also a smaller download.
70
+
Avoiding the Anaconda Distribution reduces chances of unsolvable/conflicting installations, it is also a smaller download.
0 commit comments