avatar

Ryan-Hong's Tech Blog

Stay Humble

  • 首页
  • 分类
  • 技术栈
  • 知识库
Home requirements.txt的使用方法
文章

requirements.txt的使用方法

Posted 2025-03-27 Updated 2025-03- 27
By Administrator
0~1 min read

整个环境下的安装包都保存到requirements.txt中

pip freeze > requirements.txt

一键安装

pip install -r requirements.txt -i https://pypi.douban.com/simple

使用技巧
License:  CC BY 4.0
Share

Further Reading

Mar 27, 2025

requirements.txt的使用方法

整个环境下的安装包都保存到requirements.txt中 pip freeze > requirements.txt 一键安装 pip install -r requirements.txt -i https://pypi.douban.com/simple

OLDER

Linux基础命令

NEWER

后端学习路线(字节)

Recently Updated

  • 数据库系统---关系代数
  • 数据库系统---数据模型
  • 数据库系统---视图
  • 数据库系统---未掌握
  • 数据库系统---连接查询

Trending Tags

thesis 色彩 NLP Typora Java Linux 数据分析 pandas DataBase ES

Contents

©2025 Ryan-Hong's Tech Blog. Some rights reserved.

Using the Halo theme Chirpy