2024-07-29

Python - Create conda installed packages file automatically

cd ~/path_to/your_project/

conda list --export > conda_requirements.txt

No comments:

Post a Comment