I'm trying to install django-trumbowyg
https://github.com/sandino/django-trumbowyg to my app
When I did pip install django-trumbowyg
, it returned this error:
Could not find a version that satisfies the requirement django-trumbowyg (from versions: )
No matching distribution found for django-trumbowyg
Does anyone know what this means? And how I can fix it?