Created
September 24, 2014 17:45
-
-
Save mineta/751ff246e118ce0d8e01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
<a href="http://www.marinamele.com/2014/07/install-python3-on-mac-os-x-and-use-virtualenv-and-virtualenvwrapper.html" target="_blank">Install Python 3 on Mac OS X and use virtualenv and virtualenvwrapper</a> | |
You can download Firefox from the official web page: |firefox_web|. | |
.. |firefox_web| raw:: html | |
<a href="https://www.mozilla.org" target="_blank">Firefox</a> | |
And if you don't have GNU gettext, check this |taskbuster_section|. | |
.. |taskbuster_section| raw:: html | |
<a href="http://marinamele.com/taskbuster-django-tutorial/internationalization-localization-languages-time-zones" target="_blank">TaskBuster tutorial section</a> | |
**Ready!?** Continue to the :doc:`quick_start`! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment