Failed installation

If after a failed installation, the virtual environment is in an inconsistent state, we can force the reinstallation of all packages in the requirements.txt file:

(venv)_$: pip install --upgrade --force-reinstall -r requirements.txt