kjam / wswp

Code for the second edition Web Scraping with Python book by Packt Publications
129 stars 98 forks source link

Please help #1

Closed rushabhsooni closed 6 years ago

rushabhsooni commented 7 years ago

pls give details about the python version and virtual environment - and packages

mcrouse911 commented 7 years ago

Pyhton 3 recent version trying to use Pycharm or Sublime

Thank you for responding

On Tue, Aug 15, 2017 at 11:59 AM, rushabhsooni notifications@github.com wrote:

pls give details about the python version and virtual environment - and packages

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kjam/wswp/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRXdGjyzBWh_6aOT5X09pH2MiVwn5Buks5sYcBUgaJpZM4O3xim .

rushabhsooni commented 7 years ago

i have pycharm and pyhton 3.6 and dependencies

mcrouse911 commented 7 years ago

Pycharm and Python 3.6 please

On Thu, Aug 17, 2017 at 9:17 AM, rushabhsooni notifications@github.com wrote:

i have pycharm and pyhton 3.6 and dependencies

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kjam/wswp/issues/1#issuecomment-323070544, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRXdNyW3nEjymo05pM7u_nXmA7PTziFks5sZD1kgaJpZM4O3xim .

kjam commented 7 years ago

Hi there,

If you follow along in the book, I install packages as they are needed. I used Python 3.6, but everything should work with Python 3.4+. Off the top of my head you will need:

requests
lxml
bs4
scrapy

and a few others that are more difficult to install like Portia and PyQt. The installation instructions are all in the book, however, and I talk about how to install everything in there! :)

-kj