.. _install: Installation ============ Distribute & Pip ---------------- Install using `pip `_:: $ pip install django-smartsettings Install using easy_install `easy_install `_:: $ easy_install django-smartsettings Finished? :doc:`See the next step `. Install from source --------------------- Grab `the latest source `_. Clone the repository:: git clone git://github.com/tkopczuk/django-smartsettings.git Install:: $ python setup.py install