当前位置:网站首页>【菜鸡含泪总结】如何用pip、anaconda安装库
【菜鸡含泪总结】如何用pip、anaconda安装库
2022-07-30 21:13:00 【m0_64016875】
anaconda:
1.首先明确自己要把这个库装到什么环境

2.在右栏搜索(注意不要在installed里搜,可以用all)

3.之前啥都不懂时翻书看到的一些内容
多环境

虚拟环境


pip
我是在用pycharm写py文件时,用pip装了BeautifulSoup4的库。
点搜索的图标,搜终端,找到终端的界面
然后输入pip install BeautifulSoup4
边栏推荐
- WeChat reading, export notes
- The structure of knowledge in the corners of the C language
- 使用map函数,对list中的每个元素进行操作 好像不用map
- Oracle ADG状态查看与相关视图
- Simple configuration of three-tier architecture
- IDEA2018.3.5 cancel double-click Shift shortcut
- 走进Redis,让你重新认识redis。绝不是表面
- MySQL笔记2(函数,约束,多表查询,事务)
- kubernetes
- [Nuxt 3] (十四) Nuxt 生命周期
猜你喜欢
随机推荐
微信读书,导出笔记
IDEA2018.3.5 cancel double-click Shift shortcut
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-上
tcp协议传输中的粘包问题
牛客小白月赛53 A-E
【限时福利】21天学习挑战赛 - MySQL从入门到精通
Swift RegexBuilder Vs. Raku Grammar
【深度学习】目标检测|SSD原理与实现
[The Beauty of Software Engineering - Column Notes] 31 | Is software testing responsible for product quality?
外包干了三年,废了...
@RequestParam使用
如何制作deb包
冲刺第六周
【机器学习】梯度下降背后的数学之美
Flex布局详解
Generate OOM records in a production environment. Conclusion: Don't be lazy to query useless fields unless you are completely sure.
MySQL笔记2(函数,约束,多表查询,事务)
mysql死锁
mysql8安装步骤教程
Automatically generate test modules using JUnit4 and JUnitGenerator V2.0 in IDEA











