=====
任务
=====

.. toctree::
   :maxdepth: 1
   :hidden:

   manage-conda
   manage-environments
   manage-channels
   manage-pkgs
   manage-python
   manage-virtual
   create-custom-channels
   creating-projects
   view-command-line-help

.. tab:: 中文

    任务部分分为多个页面,几乎涵盖了使用 conda 可以做的所有事情。

.. tab:: 英文

    The tasks section is organized into various pages which cover nearly everything you can do with conda.

常见任务
============

.. glossary::

    :doc:`Managing conda <manage-conda>`
        .. tab:: 中文

            关于管理 conda 安装的所有必要知识

        .. tab:: 英文

            Everything necessary to know about managing your installation of conda

    :doc:`Managing environments <manage-environments>`
        .. tab:: 中文

            涉及创建、更新、导出和删除环境的各种操作,以及更多

        .. tab:: 英文
            
            Various operations involved with creating, updating, exporting, and removing environments, plus more

    :doc:`Managing channels <manage-channels>`
        .. tab:: 中文

            有关渠道以及安装软件包时如何搜索渠道的信息

        .. tab:: 英文
            
            Information about channels and how they are searched through when installing packages

    :doc:`Managing packages <manage-pkgs>`
        .. tab:: 中文

            有关如何在给定环境中查找、安装、删除和更新软件包的详细信息

        .. tab:: 英文
            
            Details related to how to find, install, remove, and update packages in a given environment

    :doc:`Managing python <manage-python>`
        .. tab:: 中文

            支持的 Python 版本以及更新和使用多个 Python 版本的技巧

        .. tab:: 英文
            
            Supported versions of Python and tips for updating and using multiple Python versions

    :doc:`Managing virtual packages <manage-virtual>`
        .. tab:: 中文

            了解什么是虚拟包以及 conda 使用它们

        .. tab:: 英文
            
            Learn what virtual packages are and conda uses them

    :doc:`View command line help <view-command-line-help>`
        .. tab:: 中文

            获取任何 conda 命令的命令行帮助

        .. tab:: 英文
            
            Get help on the command line for any conda command


教程
=========

.. glossary::

    :doc:`Creating custom channels <create-custom-channels>`
        .. tab:: 中文

            本教程将指导您如何创建自定义渠道并通过本地计算机提供服务

        .. tab:: 英文
            
            Tutorial walking you through how to create a custom channel and serve it from your local computer

    :doc:`Creating projects with conda <creating-projects>`
        .. tab:: 中文

            了解如何使用 conda 启动新项目并使用“environment.yml”文件来管理依赖项

        .. tab:: 英文
            
            Learn how to start a new project with conda using a ``environment.yml`` file to manage your dependencies