Skip to content
Discussion options

You must be logged in to vote

The simplest option when you do not have access to Insiders is to check our changelog, as it lists all versions chronologically. You can also get the fully qualified Insiders versions from it. The only thing you need to do is to replace + with -. We cannot use + (which starts a local Python version qualifier), as Docker doesn't allow for + characters, so we need to use - everywhere.

Example

Take the latest Insiders version from the changelog to date:

mkdocs-material-9.5.4+insiders-4.50.0

Drop the mkdocs-material- prefix and replace the +:

9.5.4-insiders-4.50.0

You can now use this as a tag to install a specific version of Insiders:

pip install git+https://${GH_TOKEN}@github.com/squidfun…

Replies: 3 comments 6 replies

Comment options

alexvoss
Jan 22, 2024
Collaborator Sponsor

You must be logged in to vote
5 replies
@squidfunk
Comment options

@normandy7
Comment options

@kamilkrzyskow
Comment options

@alexvoss
Comment options

alexvoss Jan 22, 2024
Collaborator Sponsor

@kamilkrzyskow
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@normandy7
Comment options

Answer selected by squidfunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #6676 on January 22, 2024 12:26.