添加资源 ========= 命令: ``add`` 可通过 ``add`` 命令添加算法和数据集到配置中。 用 ``--help`` 命令可看到有以下子命令 ``algorithm`` ``dataset`` : .. code-block:: shell anyctl add --help .. code-block:: shell Usage: anyctl add [OPTIONS] COMMAND [ARGS]... Add local algorithm or dataset to local Anylearn project. Options: --help Show this message and exit. Commands: algorithm Add local or remote algorithm to local Anylearn project. dataset Add local or remote dataset to local Anylearn project. **详细使用说明:** .. toctree:: :maxdepth: 2 添加算法 添加数据集