I want to display what package I manually installed, hiding all dependencies. Instead of having ~50 packages shown in my list.
I have installed spyder and pandas, so I would like a command like this...
conda install --do_something
... to return a result like this
- python
- pip
- spyder
- pandas
... instead of this mess
Just to make it clear, if I were to open someone else's install (most likely my own in 2 months from now) I would like to know exactly what the human wanted to install, to get the intent.
I already looked into the documentation but didn't find what I was looking for.
Thank you in advance for your answers.
