django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.87k stars 947 forks source link

Update commands in download.html #1457

Closed barahona-gallardo closed 7 months ago

barahona-gallardo commented 9 months ago

This patch changes the Django installation command.

Installing Django without selecting pip as a Python module is not a good idea for certain users, specially Linux users.

ubernostrum commented 9 months ago

I think this is a good idea -- the python -m pip usage has been strongly preferred and recommended by the packaging maintainers for quite a while now.