DEV Community

Discussion on: Commonly used Python - pip commands

Collapse
 
muhimen123 profile image
Muhimen

What about the upgrade command?

pip install Django --upgrade
Enter fullscreen mode Exit fullscreen mode
Collapse
 
dev0928 profile image
dev0928

Thanks for pointing out! Added upgrade to the install options - pip install -U flask-bootstrap