Skip to content

Commit eb28615

Browse files
authored
Merge pull request #1280 from ForgottenProgramme/patch-2
Fixed typos and grammatical errors.
2 parents 2105eb4 + fa80e9e commit eb28615

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/user/introduction.rst

Lines changed: 11 additions & 11 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,19 +35,19 @@ 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

4747
How can I install packages from conda-forge?
4848
--------------------------------------------
4949

50-
Using conda-forge is as easy! Make sure you have at least ``conda >=4.6``,
50+
Using conda-forge is easy! Make sure you have ``conda >=4.9``,
5151
then you just have to register the conda-forge channel as a package source for conda,
5252
and activate the ``strict`` channel priority (``strict`` will be activated by default in conda 5.0).
5353

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

6464
In addition to the channel priority,
65-
we recommend to always install your packages inside a new environment instead of the ``base`` (formerly known as ``root``) environment,
66-
and we also recommend the use ``miniconda`` instead of the Anaconda Distribution.
65+
we recommend always installing your packages inside a new environment instead of the ``base`` (formerly known as ``root``) environment,
66+
and we also recommend the use of ``miniconda`` instead of the Anaconda Distribution.
6767
Using environments make it easier to debug problems with packages and ensure the stability of your ``base`` environment.
68-
Avoiding the Anaconda Distribution reduces chances of unsolvable/conflicts installations, it is also a smaller download.
68+
Avoiding the Anaconda Distribution reduces chances of unsolvable/conflicting installations, it is also a smaller download.
6969

7070
.. note::
7171

0 commit comments

Comments
 (0)