Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active April 7, 2021 18:54
Show Gist options
  • Save LinuxlinkedBD/db512d9c46f625f0fe940f51ebddb5b8 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/db512d9c46f625f0fe940f51ebddb5b8 to your computer and use it in GitHub Desktop.
Scrapy installation on Ubuntu
If you need complete Scrapy setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/fcmjQgGxdqo
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt-get install python3 python3-dev python3-pip libxml2-dev libxslt1-dev
python --version
sudo mkdir Virtualenvs
scrapy --version
scrapy commands -h
scrapy crawl -h
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-04-07 18-09-26
Screenshot from 2021-04-07 18-19-00
Screenshot from 2021-04-07 18-29-09
Screenshot from 2021-04-07 18-58-53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment