mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26952 -- Added tips for installing test suite dependencies.
This commit is contained in:
parent
a7a7ecd2b0
commit
2b759c94c5
2 changed files with 10 additions and 0 deletions
|
@ -252,6 +252,11 @@ into the Django ``tests/`` directory and then running:
|
|||
|
||||
$ pip install -r requirements/py3.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.
|
||||
|
||||
Now we are ready to run the test suite. If you're using GNU/Linux, Mac OS X or
|
||||
some other flavor of Unix, run:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue