Skip to content

Instantly share code, notes, and snippets.

@stavinsky
Last active March 22, 2017 06:51
Show Gist options
  • Save stavinsky/7592f5af43983491c568c39f078de804 to your computer and use it in GitHub Desktop.
Save stavinsky/7592f5af43983491c568c39f078de804 to your computer and use it in GitHub Desktop.
amazon os install scrapy and psycopg
yum install python35 python35-pip python35-devel
yum install gcc libxml2-devel.x86_64 libffi-devel libffi-devel libxslt-devel openssl-devel
python3 -m pip install scrapy
yum install postgresql95-devel.x86_64
pip-3.5 install psycopg2
locate bin/scrapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment