Skip to content

Commit 790fc27

Browse files
Merge branch 'master' into patch-3
2 parents 37a4633 + eb28615 commit 790fc27

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/user/introduction.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ conda-forge is a community effort that provides conda packages for a wide range
1515

1616
You can `search <https://anaconda.org/>`__ for packages online. Look out for packages provided by our ``conda-forge`` organization.
1717

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.
1919

2020

2121
Why conda-forge?
@@ -35,12 +35,12 @@ This came with a list of disadvantages:
3535

3636
conda-forge is a community effort that tackles these issues:
3737

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.
4444

4545

4646

@@ -64,10 +64,10 @@ From now on using ``conda install <package-name>`` will also find packages in ou
6464
.. note::
6565

6666
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.
6969
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.
7171

7272
.. note::
7373

0 commit comments

Comments
 (0)