Answers for "where can I see the requirements.txt after conda creates it"

0

output requirements conda

conda activate <env>
conda install pip
pip freeze > requirements.txt
Posted by: Guest on September-15-2020

Code answers related to "where can I see the requirements.txt after conda creates it"

Python Answers by Framework

Browse Popular Code Answers by Language