1. # 下载
    2. pip download -d ./py_packages requests
    3. # 安装
    4. pip install --no-index --find-links=file:./py_packages requests
    5. ## 安装多个
    6. pip download -d ./py_packages -r requirement.txt
    7. pip install --no-index --find-links=file:./py_packages -r requirement.txt