pip installation on Mac

Hi all,

I’m just a beginner with python and django. I have been trying to start practising django with the help of the documentation at djangoproject but, unfortunately, not able to install pip and setup venve.

Can someone pls guide step-by-step as how to set it up?

Thanks in advance!
Arun

Mac user here. I think Pip is automatically installed when you install Python.

P.S. Use pip3 instead of pip and python3 instead of python. The ones without 3 appended at the end is for Python 2.