You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a tool to make Python packages installable by conda by first
426
-
fetching them from PyPI and modifying their metadata.
417
+
many of their combined features, such as package management, virtual environment
418
+
management and deployment of binary extensions and other binary code.
419
+
420
+
Conda does not install packages from PyPI -- it can only manage packages built specifically
421
+
for conda, which can be made available on a "conda channel", such as those hosted on
422
+
`anaconda.org <https://anaconda.org/>`__ or a local (e.g. intranet) package server.
423
+
In addition to the "default" channels managed by `Anaconda, Inc. <https://www.anaconda.com/>`__, there are a wide variety of packages from the community supported
Note that :ref:`pip` can be installed into, and work side-by-side with conda
427
+
for managing :term:`distributions <Distribution Package>` from PyPI. It is also possible
428
+
to build conda packages from Python source packages using tools such as
429
+
`conda skeleton
430
+
<https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html>`__: a tool to automatically make conda packages from Python packages available on PyPI.
0 commit comments