@@ -41,10 +41,10 @@ be published on PyPI when you use [a standard build tool](link-to-build-page) to
41
41
your package.
42
42
```
43
43
44
- ### What is Anaconda Cloud and Conda ?
44
+ ### What is Anaconda Cloud and conda ?
45
45
46
- ` Conda ` is an open source package and environment management tool.
47
- ` Conda ` can be used to install tools from the [ Anaconda Cloud
46
+ conda is an open source package and environment management tool.
47
+ conda can be used to install tools from the [ Anaconda Cloud
48
48
repository] ( https://repo.anaconda.com/ ) .
49
49
50
50
Anaconda cloud (anaconda.org) contains public and private repositories for
@@ -57,24 +57,17 @@ The most common public channels are:
57
57
- bioconda
58
58
59
59
``` {tip}
60
- While ** conda** was originally created to support Python packages, it
60
+ While conda was originally created to support Python packages, it
61
61
is now used across all languages. This cross-language support
62
62
makes it easier for some packages to include and have access to
63
63
tools written in other languages such as c/c++ (gdal), Julia, or R.
64
64
Creating environment that mixes all those packages are usually easier and more consistent with full fledged package managers like conda.
65
65
```
66
66
67
- ``` {tip}
68
- While **conda** was originally created to support Python packages, it
69
- is now used across all languages. This cross-language support
70
- makes it easier for some packages to include and have access to
71
- tools written in other languages (such as gdal, BLAS/LAPACK and other tools).
72
- ```
73
-
74
- ### Conda channels
67
+ ### conda channels
75
68
76
- Conda built packages are housed within repositories that are called
77
- channels. The Conda package manager can install packages from different channels.
69
+ conda built packages are housed within repositories that are called
70
+ channels. The conda package manager can install packages from different channels.
78
71
79
72
There are several core public channels that most people use to install
80
73
packages using conda including.
@@ -93,7 +86,7 @@ exist in the default Anaconda cloud channel.
93
86
ADD source: GeoHackWeek
94
87
:::
95
88
96
- ## Conda channels, PyPI, conda, pip - Where to publish your package
89
+ ## conda channels, PyPI, conda, pip - Where to publish your package
97
90
98
91
You might be wondering why there are different package repositories
99
92
that can be used to install Python packages.
0 commit comments