conda pip create requirements.txt

PHOTO EMBED

Tue Dec 13 2022 06:21:47 GMT+0000 (Coordinated Universal Time)

Saved by @tofufu #shell #bash #pip #conda

pip freeze > requirements.txt

# OR

conda list -e > requirements.txt
content_copyCOPY

https://iqcode.com/code/python/create-requirementstxt-conda