aidlearning / AidLearning-FrameWork

🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS
https://docs.aidlux.com
Other
5.56k stars 706 forks source link

建议默认增加python lxml库 #90

Closed xingdouchen closed 4 years ago

xingdouchen commented 4 years ago

发现中文也可以,那就用中文吧: lxml库在做python爬虫时候比较常用,希望默认加上去下,自己安装找方法比较麻烦;

附带昨天找到的方法:(先编译所需依赖)

编译所需依赖

apt-get install -y python-pip python-dev python3-pip python3-dev libxml2-dev libxslt-dev zlib1g-dev

pip3 for python3.x

pip3 install lxml

pip for python2.x

pip install lxml

aidlearning commented 4 years ago

OK , thank u!