You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Install_Dependencies.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,30 @@ All the package tools have some settings that are common among them, so the same
55
55
56
56
The deps setting is a list of package dependencies in a format based on the Python [PEP 508](https://www.python.org/dev/peps/pep-0508) Package dependency specification.
57
57
58
-
The specification used by the `screwdrivercd.installdeps` package adds the following environment markers which contain
58
+
The specification used by the `screwdrivercd.installdeps` package adds environment markers which contain
59
59
values from the [distro](https://distro.readthedocs.io/en/latest/) package to allow specifying requirements based on
0 commit comments