-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include requirements.txt #2
Comments
Hi Simon, Thanks for getting in touch regarding this. I'll look into adding Cheers, On Tue, Oct 1, 2013 at 6:08 PM, Simon Willcock [email protected]:
Art |
Hi Art, Thanks for getting in touch so quickly! I'm actually about to get on a long Cheers
|
Gave up trying to get this working on Windows, but got it working in a Ubuntu VM: Instructions for 28degrees-export on fresh Ubuntu 13.10 x64: Just in case.apt-get update To install python packages.apt-get install python-pip To compile pyquery using pip.apt-get install python-dev No problems with mechanize now.pip install mechanize Install git and grab code.apt-get install git |
Hi,
Thanks for making this utility! I'm just trying to get it working and I'm having some trouble installing some of the requirements (PyQuery and Mechanize) so I was wondering if you could include a requirements.txt file so that we have the version numbers you used.
Thanks!
The text was updated successfully, but these errors were encountered: