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.txtin that environment ?
Please, could you suggest a better way to install the packages from anaconda using requirements.txt and run the python project?