python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)

自己看了很多别人的博客,摸索了很久,简单总结一下吧


1.安装python

传送门:https://www.python.org/downloads/windows/

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第1张图片

有很多版本,点击就下载了

安装注意!!

安装注意!!

安装注意!!

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第2张图片

记得一定要把下面的打勾,否则自己添加环境变量会很麻烦(自己添加了,然后还是不行)

忘记打勾的话,推荐重装一遍

在cmd中直接输入python就可以检验是否安装成功了

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第3张图片

2.安装pycharm

传送门:https://www.jetbrains.com/pycharm/download/#section=windows

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第4张图片

这两个都可以,一点就开始下载了,有免费的30天体验(可以破解)

1.打开pycharm

2.按Ctrl+Alt+s  打开设置界面

3.如图所示里面是空的

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第5张图片

4.添加python

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第6张图片

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第7张图片

4.pip install requests

在cmd中直接输入pip install requests即可

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第8张图片

5.安装BeautifulSoup4

传送门:https://www.crummy.com/software/BeautifulSoup/bs4/download/

解压到python里面

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第9张图片

然后在cmd中输入pip install beautifulsoup4即可

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第10张图片

其中可能会出现点小问题,正常情况是可以的QAQ

最后

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第11张图片

在pycharm中Ctrl+Alt+s(‘设置’的快捷键)的interpreter中可以看见

基本上就是这样了

6.安装jupyter notebook

其实比较简单,直接在cmd中输入pip install jupyter即可

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第12张图片

运行的话就cmd中输入jupyter notebook即可

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第13张图片

python,pycharm,以及pip,requests,BeautifulSoup4的安装(顺便带一个jupyter notebook吧)_第14张图片

打开如图所示

具体的用法就不说了。。。。。。(还不怎么会QAQ)

爬虫之路刚刚起步。。。。。

你可能感兴趣的:(python)