I'm learning to setup python environments using conda, and I noticed that on the anaconda cloud website they recommend installing packages using the sintax
conda install -c package
However on the conda documentation they use the same command without the c flag.
Could anyone explain to me what is the purpose of the c flag and when should it be used?