Friday, July 3, 2015

Install a specific version of package by easy_install

To install a specific version of package by easy_install,

you can use the following command:

sudo easy_install django-tagging==0.3.1

Reference:
https://gist.github.com/ashrithr/9224450

No comments:

Post a Comment