python3 -m pip install Django
Verify that it was installed properly by running:
python3 -m django version
django-admin startproject somesite