Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7194129
  • 博文数量: 510
  • 博客积分: 12019
  • 博客等级: 上将
  • 技术积分: 6836
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-01 16:46
文章分类

全部博文(510)

文章存档

2022年(2)

2021年(6)

2020年(59)

2019年(4)

2018年(10)

2017年(5)

2016年(2)

2015年(4)

2014年(4)

2013年(16)

2012年(47)

2011年(65)

2010年(46)

2009年(34)

2008年(52)

2007年(52)

2006年(80)

2005年(22)

分类: Python/Ruby

2020-02-20 09:37:36

1、安装 pip等基本工具
yum install python-pip
pip install --uograde setuptools

yum install lrzsz   -y

2、安装nginx
yum install nginx -y 
默认配置/etc/nginx 

3、安装django 
pip install Django==1.11.27

pip install django-mdeditor
pip install django-ckeditor

4、安装 中文全文检索相关
 pip install django-haystack
pip install whoosh
pip install jieba



5、抓取动态网页相关库
pip install selenium
pip install bs4
pip install chromedriver
pip install lxml



阅读(729) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~