In the documentation, I found the instruction of using conda as a package manager, but then there is a requirements.txt in the repo, which is quite strange since requirements.txt is for pip. Nevertheless, neither pip install -r requirements.txt nor conda env create -f requirements.txt will work. How could I create the environment?
In the documentation, I found the instruction of using conda as a package manager, but then there is a requirements.txt in the repo, which is quite strange since requirements.txt is for pip. Nevertheless, neither
pip install -r requirements.txtnorconda env create -f requirements.txtwill work. How could I create the environment?