forked from thumbor/thumbor
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing
fabiomcosta edited this page Mar 26, 2011
·
3 revisions
Installing thumbor is really easy because it supports the distutils form of packaging (http://docs.python.org/distutils/setupscript.html).
The latest stable version of thumbor is always published in the Python Package Index (http://pypi.python.org/pypi), so it can be easily installed using pip install thumbor
or easy_install thumbor
.
Download the latest stable source-code version here on github or Pypi and decompress it.
In the path you decompressed, execute pip install .
or python setup.py install
.
Clone thumbor's repository and install it using one of the following:
pip install git+git://github.com/globocom/thumbor.git
or
git clone git://github.com/globocom/thumbor.git
cd thumbor
python setup.py install