1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Added --force-reinstall to insiders upgrade instructions (#7203)

This commit is contained in:
Alexander Voss 2024-05-21 17:23:20 +02:00 committed by GitHub
parent 7368c7f759
commit 05af8988c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,12 @@ need to run different commands:
latest development version, run:
```
pip install --upgrade git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install --upgrade --force-reinstall git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
```
The `--force-reinstall` option serves to make sure `pip` does, in fact,
install the latest development version, instead of deciding that nothing
is to be done based on the version numbers.
```
=== "git upgrade"