.. _ref-quickstart: =========== Quick Start =========== Quick start steps assume you have pip_ installed and virtualenv_. Although virtualenv_ is not a requirement, just a healthy recommendation. .. _pip: http://www.pip-installer.org/ .. _virtualenv: http://www.virtualenv.org/en/latest/index.html Follow the next steps to have your django-dress-blog up and running as quick as possible: 1. Install the dependencies listed in the ``requirements`` file: * ``pip install -r requirements`` 2. Whatsoever... The search functionality requires extra software and configuration that is covered in the :doc:`configuration` section.