Installing to A System With Internet Access

Internet-Installing With Pip

Supervisor can be installed with pipinstall:

  1. pip install supervisor

Depending on the permissions of your system’s Python, you might needto be the root user to install Supervisor successfully usingpip.

You can also install supervisor in a virtualenv via pip.

Internet-Installing Without Pip

If your system does not have pip installed, you will need to downloadthe Supervisor distribution and install it by hand. Current and previousSupervisor releases may be downloaded from PyPi. After unpacking the softwarearchive, run pythonsetup.pyinstall. This requires internet access. Itwill download and install all distributions depended upon by Supervisor andfinally install Supervisor itself.

Note

Depending on the permissions of your system’s Python, you mightneed to be the root user to successfully invoke pythonsetup.pyinstall.