How can I install specific versions of a tutor plugin?

Hello ! I hope everyone is having a great week.

I have a question, I hope you can help me.

Is it possible to install a tutor plugin in a specific version instead of the latest version?

Example: install credentials plugin in version 16.0.1 when the latest version is 17.0.1

If this is possible, how can I do it?

Thank you very much to all !

Hello @GonzaloZupo,

Yes, it is possible to install a specific version of a tutor plugin.

You can use the following:

pip install tutor-credentials==16.0.1
1 Like

Expanding upon @jramnai’s answer:
If you check the pypi.org page for any package you want, under the “Release history” section you can choose the specific version you want and the pip installer command will show at the top of the page.
eg at tutor-credentials · PyPI

2 Likes

I appreciate your help !

1 Like