Dra-M Dra-M
首页
技术
冥思
哲学
收藏
  • 分类
  • 标签
  • 归档
GitHub (opens new window)

莫小龙

保持理智,相信未来。
首页
技术
冥思
哲学
收藏
  • 分类
  • 标签
  • 归档
GitHub (opens new window)
  • Java

  • Golang

  • 编程思想

  • 微服务

  • 中间件

  • Python

    • Pip包的离线下载和安装
  • 运维

  • 技术
  • Python
莫小龙
2024-10-23

Pip包的离线下载和安装

用pycharm打开项目,新建一个空的requirements.txt,在源代码文件import处会提示加入requirements.txt。

加入后执行 pip download package -r .\requirements.txt

离线下载完成。

pip install -r requirements.txt --no-index --find-links=package 安装离线下载的包


#pip
上次更新: 10/23/2024
Redisson原理
mosquito配置ws协议

← Redisson原理 mosquito配置ws协议→

最近更新
01
mosquito配置ws协议
10-23
02
stable diffusion 相关收藏
02-24
03
博客收藏
10-24
更多文章>
Theme by Vdoing | Copyright © 2019-2024 Dra-M
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式