@@ -9,7 +9,7 @@ A brief introduction
9
9
What is conda-forge?
10
10
--------------------
11
11
12
- conda -forge is a community effort that provides conda packages for a wide range of software.
12
+ Conda -forge is a community effort that provides conda packages for a wide range of software.
13
13
14
14
**Missing a package that you would love to install with conda? ** - Chances are we have already packaged it for you!
15
15
@@ -28,19 +28,19 @@ In the past users only had the option to create an `Anaconda Cloud <https://anac
28
28
29
29
This came with a list of disadvantages:
30
30
31
- - locating packages was difficult due to them being scattered over many channels.
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.
34
- - channels were often abandoned, updating required locating new channels
31
+ - Locating packages was difficult due to them being scattered over many channels.
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.
34
+ - Channels were often abandoned, updating required locating new channels
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
0 commit comments