当前位置:网站首页>PIP related commands
PIP related commands
2022-07-07 18:16:00 【Xiaoshuai acridine】
1. View package information ( Include its dependent packages )
pip show numpy
2. Check the versions of a package
pip install numpy==
3. Save the list to the specified file
pip freeze > requiremnets.txt
4. Check compatibility
Verify whether the installed libraries have compatibility dependencies
pip check package-name
5.pip install
mock-django~=0.6.10
This means that it will choose the latest version of the package , Greater than or equal to 0.6.10, But it's still 0.6.* edition , So I won't download, for example 0.7.0. If package maintainers respect semantic versioning ( This indicates that major changes should only occur in major releases ), It ensures that you get a safe fix but maintain backward compatibility .
https://stackoverflow.com/questions/39590187/in-requirements-txt-what-does-tilde-equals-mean
边栏推荐
- SD_DATA_SEND_SHIFT_REGISTER
- [principle and technology of network attack and Defense] Chapter 6: Trojan horse
- 小程序中实现付款功能
- 原生js验证码
- [principles and technologies of network attack and Defense] Chapter 5: denial of service attack
- Yearning-SQL审核平台
- 同消费互联网的较为短暂的产业链不同,产业互联网的产业链是相当漫长的
- The report of the state of world food security and nutrition was released: the number of hungry people in the world increased to 828million in 2021
- Discuss | frankly, why is it difficult to implement industrial AR applications?
- 手机app外卖订餐个人中心页面
猜你喜欢

socket编程之常用api介绍与socket、select、poll、epoll高并发服务器模型代码实现

Using stored procedures, timers, triggers to solve data analysis problems
![[paddleseg source code reading] add boundary IOU calculation in paddleseg validation (1) -- val.py file details tips](/img/f2/b6a0e5512b35cf1b695a8feecd0895.png)
[paddleseg source code reading] add boundary IOU calculation in paddleseg validation (1) -- val.py file details tips

JS pull down the curtain JS special effect display layer

Classification of regression tests

简单几步教你如何看k线图图解

List selection JS effect with animation

AI defeated mankind and designed a better economic mechanism
![[principle and technology of network attack and Defense] Chapter 6: Trojan horse](/img/2f/bd35ca141fad5c85f78fd6340ada1d.png)
[principle and technology of network attack and Defense] Chapter 6: Trojan horse

仿今日头条APP顶部点击可居中导航
随机推荐
socket編程之常用api介紹與socket、select、poll、epoll高並發服務器模型代碼實現
Backup Alibaba cloud instance OSS browser
Deep learning - make your own dataset
Mobile pixel bird game JS play code
Easy to understand [linear regression of machine learning]
Main work of digital transformation
4种常见的缓存模式,你都知道吗?
Chapter 3 business function development (user access project)
Tear the Nacos source code by hand (tear the client source code first)
zdog.js火箭转向动画js特效
原生js验证码
[paddleseg source code reading] add boundary IOU calculation in paddleseg validation (1) -- val.py file details tips
Introduction de l'API commune de programmation de socket et mise en œuvre de socket, select, Poll et epoll
Self made dataset in pytoch for dataset rewriting
Live broadcast software construction, canvas Text Bold
In depth understanding of USB communication protocol
[trusted computing] Lesson 13: TPM extended authorization and key management
科学家首次观察到“电子漩涡” 有助于设计出更高效的电子产品
三仙归洞js小游戏源码
Hutool - 轻量级 DB 操作解决方案