summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f36fc6f..918be40 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -107,21 +107,11 @@ You can also have a requirement file for each specific major version of
Python. If you want to have a different package list for Python 3, just drop
a requirements-py3.txt, and it will be used instead.
-It's also possible to select a requirement file specific for an OS. The format
-is requirements-{osname}.txt, where ``{osname}`` is the equivalent of
-``platform.system()``. The two approaches, Python version and OS version, can
-be combined.
-
The requirement files are tried in that order (N being the Python major
-version number used to install the package and OS being the current
-platform's name in lowercase, retrieved with ``platform.system()``):
+version number used to install the package):
-* requirements-OS-pyN.txt
-* tools/pip-requires-OS-pyN
-* requirements-OS.txt
-* tools/pip-requires-OS
* requirements-pyN.txt
-* tools/pip-requires-pyN
+* tools/pip-requires-py3
* requirements.txt
* tools/pip-requires