Viewing command-line helpΒΆ

To see a list of supported conda commands, in your Terminal window or an Anaconda Prompt, run:

conda --help

OR

conda -h

To get help for a specific command, type the command name followed by --help.

EXAMPLE: To see help for the create command, in your Terminal window or an Anaconda Prompt, run:

conda create -h

NOTE: You can see the same command help in Command reference.