Permission denied with trying to use pip on MAC?
This is a permissions issue.
Consider using pip install "packagename" --user
as mentioned in the error.
This is covered HERE
try using sudo pip install djangorestframework
for Mac. Worked for me.