How to install python django rest framework on fedora 21 with yum?

851 views Asked by At

I found that there should be package for Django's rest framework on fedora, https://admin.fedoraproject.org/pkgdb/package/python-django-rest-framework/.

But it doesn't seem to exist when I try to install it on a fedora 21 box:

$ sudo yum install python-django-rest-framework
No package python-django-rest-framework available.
Error: Nothing to do

How do I best install Django restframework on a fedora 21 box? I don't want to use pip.

1

There are 1 answers

1
Fer Mena On