zoukankan      html  css  js  c++  java
  • 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

     

  • 相关阅读:
    ES5数组扩展
    ES5给object扩展的一些静态方法
    poj2531-dfs
    快排
    阶段性总结-贪心算法
    日常算法题
    poj1979 解题报告
    poj 2586
    poj3069
    poj2709 解题报告
  • 原文地址:https://www.cnblogs.com/kaishirenshi/p/11864467.html
Copyright © 2011-2022 走看看