Hacker News new | ask | show | jobs
by fitech 2478 days ago
how does conda solve this? Will conda fallback to pip if the conda repository doesn't contain one of your dependencies?
1 comments

With your conda environment activated, you can run pip install requirements.txt. You don't have to use any of the conda commands outside of creating the environment.