Skip to content

Commit a8146a7

Browse files
ocefpaflwasser
authored andcommitted
fix conda spelling and remove dup tip
1 parent 0be5ae0 commit a8146a7

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

package-structure-code/publish-python-package-pypi-conda.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ be published on PyPI when you use [a standard build tool](link-to-build-page) to
4141
your 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
4848
repository](https://repo.anaconda.com/).
4949

5050
Anaconda 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
6161
is now used across all languages. This cross-language support
6262
makes it easier for some packages to include and have access to
6363
tools written in other languages such as c/c++ (gdal), Julia, or R.
6464
Creating 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

7972
There are several core public channels that most people use to install
8073
packages using conda including.
@@ -93,7 +86,7 @@ exist in the default Anaconda cloud channel.
9386
ADD 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

9891
You might be wondering why there are different package repositories
9992
that can be used to install Python packages.

0 commit comments

Comments
 (0)