Session Ready
Exercise

Install a conda package (I)

Just as you can get help on conda as a whole, you can get help on commands within it. You will often use the command conda install; you can look at the corresponding help documentation using the terminal window. That is, run conda install --help and read through the output.

How is the positional argument package_spec defined in the documentation for conda install?

Instructions
50 XP
Possible Answers