| | 742 | If you want to run the full suite of tests, there are a number of dependencies that |
|---|
| | 743 | you should install: |
|---|
| | 744 | |
|---|
| | 745 | * PyYAML_ |
|---|
| | 746 | * Markdown_ |
|---|
| | 747 | * Textile_ |
|---|
| | 748 | * Docutils_ |
|---|
| | 749 | * setuptools_ |
|---|
| | 750 | |
|---|
| | 751 | Of these dependencies, setuptools_ is the only dependency that is required - if |
|---|
| | 752 | setuptools_ is not installed, you will get import errors when running one of |
|---|
| | 753 | the template tests. The tests using the other libraries will be skipped if the |
|---|
| | 754 | Django the dependency can't be found. |
|---|
| | 755 | |
|---|
| | 756 | .. _PyYAML: http://pyyaml.org/wiki/PyYAML |
|---|
| | 757 | .. _Markdown: http://pypi.python.org/pypi/Markdown/1.7 |
|---|
| | 758 | .. _Textile: http://pypi.python.org/pypi/textile |
|---|
| | 759 | .. _docutils: http://pypi.python.org/pypi/docutils/0.4 |
|---|
| | 760 | .. _setuptools: http://pypi.python.org/pypi/setuptools/ |
|---|
| | 761 | |
|---|