README
conda create --name ENV_NAME
conda create --name ENV_NAME python=3.9
conda activate ENV_NAME
conda deactivate
conda info --envs
conda search beautifulsoup4
conda install beautifulsoup4
conda list
conda create --name ENV_NAME
conda create --name ENV_NAME python=3.9
conda activate ENV_NAME
conda deactivate
conda info --envs
conda search beautifulsoup4
conda install beautifulsoup4
conda list