TechEvolvace / miniconda-and-anaconda-for-python-guide

0 stars 0 forks source link

Investigate Hierarchy of Conda Packages and implement my findings into a Markdown document #5

Open TechEvolvace opened 1 week ago

TechEvolvace commented 1 week ago

Overview

For some Python packages, such as pygame, it's located in some channel named conda-forge. I need to investigate what are these channels and organize some sort of map that show the hierarchy of packages from specific channel, which can help myself and other users understand more about the intricacy of conda install, the command used by Conda to install specific Python packages.

Investigate

1) What are these channels in Conda (like conda-forge) 2) Hierarchy of packages within specific channels in Conda 3) Will Conda remember what packages I installed, so I can install directly from Conda in future projects?

Record My Findings

I need to record all my findings in a Markdown file stored somewhere in this repository.