Question
How to install packages from Requirement.txt in python using anaconda?
I am confused on how to install all the packages from requirements.txt shared by another person for a python project strictly using Anaconda only in Windows os.
- I have installed Anaconda navigator. Should I do it in navigator or in conda prompt ?
- Do I need to create an environment first and then activate it and then run command
pip install requirements.txt
in that environment ?
Please, could you suggest a better way to install the packages from anaconda using requirements.txt and run the python project?
46 97983
46