File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Table of Contents
25
25
.. toctree ::
26
26
:maxdepth: 3
27
27
28
- installation/index
28
+ installation
29
29
usage
30
30
third-party-library-support/index
31
31
supported-libraries/index
Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ Install ``dm`` command
26
26
27
27
python -m pip install -e .
28
28
29
- Clone third-party library repositories
30
- --------------------------------------
29
+ .. _additional-installation-steps :
30
+
31
+ Additional installation steps
32
+ -----------------------------
33
+
34
+ Clone third-party library repositories and install dependencies with ``just ``.
31
35
32
36
::
33
37
34
- dm repo clone -a
38
+ just install
Original file line number Diff line number Diff line change 4
4
Run third-party library tests
5
5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
7
+ django-allauth
8
+ ++++++++++++++
9
+
10
+ .. warning ::
11
+
12
+ If you install ``lxml `` and ``xmlsec `` via ``pip `` instead of
13
+ ``just install `` :ref: `as described here <additional-installation-steps >`
14
+ you may encounter test failures due to `issues like this one
15
+ <https://github.com/xmlsec/python-xmlsec/issues/320> `_.
16
+
7
17
::
8
18
9
19
dm repo test django-allauth
You can’t perform that action at this time.
0 commit comments