Re: simplifying the install page

2015-09-25 Thread Tim Graham
Thanks for the feedback. Here's a proposal: https://github.com/django/django/pull/5360 On Friday, September 25, 2015 at 1:30:15 PM UTC-4, Collin Anderson wrote: > > Yeah, I bet we could get rid of the entire "Installing an official > release manually" section, as I assume we don't actually want

Re: simplifying the install page

2015-09-25 Thread Collin Anderson
Yeah, I bet we could get rid of the entire "Installing an official release manually" section, as I assume we don't actually want to recommend that. Also, the "Installing the development version" section outlines a more manual way already. It makes sense to me to tell people to "install

Re: simplifying the install page

2015-09-25 Thread Daniele Procida
On Fri, Sep 25, 2015, Tim Graham wrote: >The install page mentions several different ways to install Django, from >pip install (recommended), to `setup.py install`, to symlinking the Django >checkout in your site-packages. Do you see any reason to keep the latter

simplifying the install page

2015-09-25 Thread Tim Graham
The install page mentions several different ways to install Django, from pip install (recommended), to `setup.py install`, to symlinking the Django checkout in your site-packages. Do you see any reason to keep the latter methods instead of recommending pip all the time?