@@ -22,6 +22,12 @@ to be the root user to install Supervisor successfully using
2222
2323You can also install supervisor in a virtualenv via ``pip ``.
2424
25+ .. note ::
26+
27+ If installing on a Python version before 3.8, first ensure that the
28+ ``setuptools `` package is installed because it is a runtime
29+ dependency of Supervisor.
30+
2531Internet-Installing Without Pip
2632~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2733
@@ -39,6 +45,12 @@ finally install Supervisor itself.
3945 need to be the root user to successfully invoke ``python
4046 setup.py install ``.
4147
48+ .. note ::
49+
50+ The ``setuptools `` package is required to run ``python setup.py install ``.
51+ On Python versions before 3.8, ``setuptools `` is also a runtime
52+ dependency of Supervisor.
53+
4254Installing To A System Without Internet Access
4355----------------------------------------------
4456
@@ -63,6 +75,12 @@ Finally, run supervisor's ``python setup.py install``.
6375 need to be the root user to invoke ``python setup.py install ``
6476 successfully for each package.
6577
78+ .. note ::
79+
80+ The ``setuptools `` package is required to run ``python setup.py install ``.
81+ On Python versions before 3.8, ``setuptools `` is also a runtime
82+ dependency of Supervisor.
83+
6684Installing a Distribution Package
6785---------------------------------
6886
0 commit comments