Requirements ============ The requirements necessary to use this Django Project Boilerplate are: - **python3** and **pip3** - **virtualenv and virtualenvwrapper** - **Firefox** (to use Selenium's Webdriver in functional Tests) - **GNU gettext** (to use Internationalization) If you don't have the first two requirements, you may find this post useful: |python_install|. .. |python_install| raw:: html Install Python 3 on Mac OS X and use virtualenv and virtualenvwrapper You can download Firefox from the official web page: |firefox_web|. .. |firefox_web| raw:: html Firefox And if you don't have GNU getttext, check this |taskbuster_section|. .. |taskbuster_section| raw:: html TaskBuster tutorial section **Ready!?** Continue to the :doc:`quick_start`!