Thanks so much for your reply Asheesh - you even took the time to record a screencast!
Quick questions about your installation workflow: Why did you run pip install --editable scrapy, run several tests and install dependencies? Can we just: 1. fork the project 2. pip install requirements.txt to install python dependencies 3. run setup.py Also, in C++ when we make changes to certain parts of the source code, we can run a makefile to recompile it. For python-based projects such as scrapy, when I make changes to the project, will the interpreter automatically detect the changes? Or do I have to go through some process to update it? -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
