You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beside git, pretalx plugins can be also installed as pip packages. This ansible role allows to install pretalx itself as a pip package, but plugins are only installed from git. Btw. pip should be able to install packages from a git repository as well, so there is a potential to just use pip for installation regardless of the source, whether it should be a release from PyPI, or bleeding edge from a potentially custom git repository.
Beside git, pretalx plugins can be also installed as pip packages. This ansible role allows to install pretalx itself as a pip package, but plugins are only installed from git. Btw. pip should be able to install packages from a git repository as well, so there is a potential to just use pip for installation regardless of the source, whether it should be a release from PyPI, or bleeding edge from a potentially custom git repository.