Python离线安装模块
warning:
这篇文章距离上次修改已过1260天,其中的内容可能已经有所变动。
pip离线安装
pip 下载模块相关文件
pip3 download bs4 Path asyncio argparse
离线安装
pip3 install --no-index --find-links='path/' bs4 Path asyncio argparse