@@ -41,10 +41,10 @@ be published on PyPI when you use [a standard build tool](link-to-build-page) to
4141your package.
4242```
4343
44- ### What is Anaconda Cloud and Conda ?
44+ ### What is Anaconda Cloud and conda ?
4545
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
4848repository] ( https://repo.anaconda.com/ ) .
4949
5050Anaconda cloud (anaconda.org) contains public and private repositories for
@@ -57,24 +57,17 @@ The most common public channels are:
5757- bioconda
5858
5959``` {tip}
60- While ** conda** was originally created to support Python packages, it
60+ While conda was originally created to support Python packages, it
6161is now used across all languages. This cross-language support
6262makes it easier for some packages to include and have access to
6363tools written in other languages such as c/c++ (gdal), Julia, or R.
6464Creating environment that mixes all those packages are usually easier and more consistent with full fledged package managers like conda.
6565```
6666
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
7568
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.
7871
7972There are several core public channels that most people use to install
8073packages using conda including.
@@ -93,7 +86,7 @@ exist in the default Anaconda cloud channel.
9386ADD source: GeoHackWeek
9487:::
9588
96- ## Conda channels, PyPI, conda, pip - Where to publish your package
89+ ## conda channels, PyPI, conda, pip - Where to publish your package
9790
9891You might be wondering why there are different package repositories
9992that can be used to install Python packages.
0 commit comments