econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

wrapping 'easy_install pip' step in code block #131

Open kmolo opened 9 years ago

kmolo commented 9 years ago

in Windows setup instructions, wrapping 'easy_install pip' step in bash code block, so it stands out and doesn't get skipped during setup

merwok commented 9 years ago

Thanks for the fix.

Aside: On the topic of installing pip, I think nowadays one can start with pip or virtualenv and never need to run easy_install or sudo, which is a good thing.