You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
norconda env create -f requirements.txt
will work. How could I create the environment?The text was updated successfully, but these errors were encountered: