pip安装daemon模块

E:> pip install python-daemon


Collecting python-daemon
  Downloading https://files.pythonhosted.org/packages/5a/0c/57f15b1572661877ff1acbe66c2f5be9d999ae5fb128e22933d374f62aa1/python_daemon-2.2.4-py2.py3-none-any.whl
Collecting lockfile>=0.10
  Downloading https://files.pythonhosted.org/packages/c8/22/9460e311f340cb62d26a38c419b1381b8593b0bb6b5d1f056938b086d362/lockfile-0.12.2-py2.py3-none-any.whl
Collecting docutils
  Downloading https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl (547kB)
     |████████████████████████████████████████████████████████████████| 552kB 242kB/s
Requirement already satisfied: setuptools in c:program filespython36libsite-packages (from python-daemon) (28.8.0)
Installing collected packages: lockfile, docutils, python-daemon

 

原文地址:https://www.cnblogs.com/kaishirenshi/p/11864467.html