-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
The command pip install wagtailmath described in the readme installs wagtailmath 1.2 instead the latest version (1.3), and therefore is not working on Wagtail 5. Either the package should be updated, or a new wagtail-polymath package should be added to PyPI.
A workaround is to add the Github repository link to pyproject.toml / requirements file:
wagtailmath = {git = "https://github.com/wagtail-nest/wagtail-polymath.git", tag = "1.3.0"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels