Conda 文档¶
Conda Documentation
Conda 为所有语言提供包、依赖项和环境管理功能。以下文档网站提供了您开始使用 conda 所需的一切。
通过教程和快速入门指南了解如何开始使用 conda
在 anaconda.org 上 查找项目的所有软件包
所有基本 conda 命令的文档
了解如何使用 conda 构建和分发软件
查看我们的博客,了解最新发布说明和其他新闻
深入探究 conda 内部工作原理的高级主题
Conda provides package, dependency, and environment management for any language. The following documentation site provides all you need to get started with leveraging the power of conda.
Learn how to get started using conda with tutorials and quick start guides
Find all the packages for your project on anaconda.org
Documentation for all essential conda commands
Learn how to build and distribute your software with conda
Check out our blog for the latest release notes and other news
Take deep dives into advanced topics on the internal workings of conda
项目¶
Projects
Conda 提供了创建和使用环境所需的所有基本命令
Conda build 提供了许多可用于构建 conda 包的工具
Miniconda 是 Anaconda 提供的 conda 安装程序
Conda Lock 为 conda 环境生成完全可重现的锁文件
constructor 为 conda 包构建特定于操作系统的安装程序
Conda pack 创建可分发的 conda 环境档案
Conda provides all essential commands for creating and using environments
Conda build provides many tools that can be used to build conda packages
Miniconda is a conda installer provided by Anaconda
Conda lock generates fully reproducible lock files for conda environments
Constructor builds OS-specific installers for conda packages
Conda pack creates distributable archives of conda environments