Can I force pip to reinstall the current version?
Can I force pip to reinstall the current version?
If you want to set up packages per a necessities.txt file, without upgrading, so just set up the precise versions per the wants.txt file:
pip install -r requirements.txt --ignore-installed