zoukankan      html  css  js  c++  java
  • python

     [root@localhost ~]# python ~/d/tools/get-pip.py
    Collecting pip
      Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
        100% |████████████████████████████████| 1.2MB 11kB/s
    Collecting setuptools
      Downloading setuptools-25.1.6-py2.py3-none-any.whl (442kB)
        100% |████████████████████████████████| 450kB 5.2kB/s
    Collecting wheel
      Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
        100% |████████████████████████████████| 71kB 5.7kB/s
    Installing collected packages: pip, setuptools, wheel
    Successfully installed pip-8.1.2 setuptools-25.1.6 wheel-0.29.0
    [root@localhost ~]# #https://bootstrap.pypa.io/get-pip.py

  • 相关阅读:
    tarjan algorithm
    最小生成树
    Manacher's Algorithm (马拉车算法)
    KMP
    Trie(字典树)
    Hash
    GDB调试
    图论
    扫描线
    STL
  • 原文地址:https://www.cnblogs.com/itzxy/p/5746695.html
Copyright © 2011-2022 走看看