<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 14 July 2013 18:02, Marcus Smith <span dir="ltr"><<a href="mailto:qwcode@gmail.com" target="_blank">qwcode@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>there's a section marked "Installation Tutorial".  Someone wanting to install packages should be able to get into that, once it actually has content  : )</div></blockquote><div><br></div><div>Yes, I see that. I'm not sure I like the up-front "decide between user or system or virtualenv" presentation, though. I'm working on something I prefer, see what you think when it's done. </div>
<div><br></div><div>My perspective is that someone who's used to writing Python code wants to install requests (and get on with his latest script). How does he do that? He doesn't want to be presented with decisions to make, he just wants to know how to do it. "pip install --user requests" is the answer he is looking for, frankly. (Missing out --user gets permission issues to deal with, and virtualenvs are more than he's looking to deal with at the moment).</div>
<div><br></div><div>The guide should get this person to that command as quickly as possible.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">I think we should explain *in the core documentation*  </div></div>
</blockquote></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">How about if I provide a new (short) document called something like "Python package management"</div>

</div></blockquote><div><br></div><div>IMO, we should put the energy into one comprehensive document (the new user guide) and link out to it, not duplicate effort into the core docs.</div></blockquote></div><br>OK... But remember that most users are consumers of packages, not creators of them. The packaging guide should reflect that with "install and maintain packages" on page 1, and creating packages squarely in "advanced" usage. Is that in line with the goals of the packaging guide? (If not, let's just get a user-only starter page in the Python docs and leave the packaging guide as the "more comprehensive" documentation it can refer to).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Paul</div></div>