print( sjw.iq == 200) output : true

[Python] Ubuntu20.04 에서 Scrapy 설치하기 본문

Python

[Python] Ubuntu20.04 에서 Scrapy 설치하기

sjwiq200 2021. 7. 30. 11:03
728x90
반응형

 

apt-get update
// python이 없는 경우 설치
apt-get install python3

apt-get install python3-pip 
apt-get install libffi-dev libssl-dev
pip3 install scrapy
728x90
반응형
Comments