Snippets Collections
pip freeze > requirements.txt

# OR

conda list -e > requirements.txt
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U
star

Tue Dec 13 2022 06:21:47 GMT+0000 (Coordinated Universal Time) https://iqcode.com/code/python/create-requirementstxt-conda

#shell #bash #pip #conda
star

Mon Nov 23 2020 04:03:12 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip

#python #pip

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension