mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.10.x] Fixed #26952 -- Added tips for installing test suite dependencies.
Backport of 2b759c94c5
from master
This commit is contained in:
parent
de2604db94
commit
7c04223c01
2 changed files with 10 additions and 0 deletions
|
@ -165,6 +165,11 @@ like so::
|
|||
|
||||
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
|
||||
|
||||
If you encounter an error during the installation, your system might be missing
|
||||
a dependency for one or more of the Python packages. Consult the failing
|
||||
package's documentation or search the Web with the error message that you
|
||||
encounter.
|
||||
|
||||
You can also install the database adapter(s) of your choice using
|
||||
``oracle.txt``, ``mysql.txt``, or ``postgres.txt``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue