当前位置:网站首页>PIP installation of third-party libraries
PIP installation of third-party libraries
2022-07-02 03:57:00 【flysh05】
pip Install third party libraries
1. Install the latest version by default
pip install [package_name]
2. Specify template version installation
pip install [package_name]==x.x.x
3. Specify the minimum version to install
pip install '[package_name]>=x.x.x
4. Specify the address of the image source server to install
pip --proxy http://: install
5. View the list of installation packages
pip list

The screenshot shows some installation package names and corresponding versions
6. Update template
pip install [package_name] --upgrade
7. see pip Help information

8. upgrade pip
python -m pip install --upgrade pi
边栏推荐
- Basic syntax of unity script (7) - member variables and instantiation
- 2022-07-01: at the annual meeting of a company, everyone is going to play a game of giving bonuses. There are a total of N employees. Each employee has construction points and trouble points. They nee
- SQL: common SQL commands
- Oracle 常用SQL
- Jetpack's livedata extension mediatorlivedata
- Sorted out an ECS summer money saving secret, this time @ old users come and take it away
- It took me only 3 months to jump out of the comfort zone and become an automated test engineer for 5 years
- u本位合约爆仓清算解决方案建议
- Analysis of the overall design principle of Nacos configuration center (persistence, clustering, information synchronization)
- Oracle common SQL
猜你喜欢

Nacos 配置中心整体设计原理分析(持久化,集群,信息同步)

The first practical project of software tester: web side (video tutorial + document + use case library)

Which is better, industrial intelligent gateway or edge computing gateway? How to choose the right one?

The 10th Blue Bridge Cup single chip microcomputer provincial competition

软件测试人的第一个实战项目:web端(视频教程+文档+用例库)

2022-07-01: at the annual meeting of a company, everyone is going to play a game of giving bonuses. There are a total of N employees. Each employee has construction points and trouble points. They nee

Realizing deep learning framework from zero -- Introduction to neural network

0基础如何学习自动化测试?按照这7步一步一步来学习就成功了

Fourier series

《西线无战事》我们才刚开始热爱生活,却不得不对一切开炮
随机推荐
High performance and low power cortex-a53 core board | i.mx8m Mini
5G时代全面到来,浅谈移动通信的前世今生
滴滴开源DELTA:AI开发者可轻松训练自然语言模型
[designmode] builder model
Failed to upgrade schema, error: “file does not exist
Oracle的md5
Basic operations of MySQL database (based on tables)
Oracle viewing locked tables and unlocking
Go variables and constants
JVM knowledge points
go 变量与常量
初识string+简单用法(二)
Pandora IOT development board learning (HAL Library) - Experiment 2 buzzer experiment (learning notes)
How to solve the code error when storing array data into the database
The 7th Blue Bridge Cup single chip microcomputer provincial competition
潘多拉 IOT 开发板学习(HAL 库)—— 实验2 蜂鸣器实验(学习笔记)
【leetcode】34. Find the first and last positions of elements in a sorted array
[live broadcast review] the first 8 live broadcasts of battle code Pioneer have come to a perfect end. Please look forward to the next one!
The 6th Blue Bridge Cup single chip microcomputer provincial competition
【力扣刷题】15.三数之和(双指针);17.电话号码的字母组合(递归回溯)