jcda / django-mvp-install-script

Notes and links from the mvp presentation
GNU General Public License v2.0
0 stars 0 forks source link

RFE: streamline easy_setup #1

Closed jcda closed 9 years ago

jcda commented 9 years ago

replace the wget command and unzip etc by the following command: curl https://bootstrap.pypa.io/ez_setup.py -o - | python

jcda commented 9 years ago

after that the next step is "easy_install pip"