Skip to content

Commit

Permalink
📝 Update conda term
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Dec 13, 2024
1 parent 1686160 commit 3279ff7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Added
Changed
~~~~~~~

* 📝 Update conda term
* 📝 Update GitLab package registry
* 📝 Expand the pytest plugins section
* 📝 Rearrange functions section
Expand Down
14 changes: 9 additions & 5 deletions docs/libs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,28 @@ Glossary
:term:`multibuild`

conda
Package management tool for the `Anaconda
<https://docs.anaconda.com/anaconda/index.html>`_ distribution from
`Continuum Analytics <https://www.anaconda.com/>`_. It’s specifically
Package management tool for the `Anaconda distribution
<https://docs.anaconda.com/anaconda/index.html>`_. It’s specifically
aimed at the scientific community, particularly Windows, where installing
binary extensions is often difficult.

Conda does not install packages from PyPI and can only install from the
official Continuum repositories or from `anaconda.org
<https://anaconda.org/>`_ or local ( e.g. intranet) package servers.
Note, however, that Pip can be installed in conda and can work side by
side to manage distributions of PyPI.

.. note::
Pip can be installed in conda and can work side by side to manage
distributions of PyPI.

.. seealso::
* `Conda: Myths and Misconceptions
<https://jakevdp.github.io/blog/2016/08/25/conda-myths-and-misconceptions/>`_
* `Conda build variants
<https://docs.conda.io/projects/conda-build/en/latest/resources/variants.html>`_

`Docs <https://docs.conda.io/en/latest/>`__ |
`GitHub <https://github.com/conda/conda>`__

devpi
`devpi <https://www.devpi.net>`_ is a powerful :term:`PyPI` compatible
server and PyPI proxy cache with a command line tool to enable packaging,
Expand Down

0 comments on commit 3279ff7

Please sign in to comment.