Skip to content

Instantly share code, notes, and snippets.

@simonespa
Created September 29, 2023 15:43
Show Gist options
  • Select an option

  • Save simonespa/484209f3d3a9042693aef20993f078a5 to your computer and use it in GitHub Desktop.

Select an option

Save simonespa/484209f3d3a9042693aef20993f078a5 to your computer and use it in GitHub Desktop.
Upgrade Python libraries using requirements.txt
pip install --upgrade --force-reinstall -r requirements.txt

or ignore installed packages and install the new ones:

pip install --ignore-installed -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment