I think it would be good for you to learn about what conda, what pip is etc how the whole ecosystem works before even trying to jump into deep learning. If you need constant handholding now, it will only get worse.
Having that said you can easily install anything from pip in an conda environment. activate the environment and then it’s just pip install <package-name>