[MRG+2] docs: installation instructions, mention conda in the beginning (closes #2475) #2477
+19
−55
Conversation
Current coverage is 83.45% (diff: 100%)@@ master #2477 diff @@
==========================================
Files 161 161
Lines 8780 8780
Methods 0 0
Messages 0 0
Branches 1288 1288
==========================================
Hits 7327 7327
Misses 1205 1205
Partials 248 248
|
Thanks @eliasdorneles ! |
I'm not anaconda user myself, but I'm fine with this fix as soon as there is someone around in the issue tracker who can help in case of problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Hey fellows,
As I commented in #2475 , I've installed Windows in a VM to test Scrapy installation.
Sure enough, Conda seems the easiest way, I've had no problems at all with it.
As for PyPI, I was unable to test it: I couldn't even get Python to work without Anaconda (CPython installation kept freezing). :(
Anyway, I know this is just a data point, but given the trouble that is installing and compiling stuff on Windows, I think it makes sense to mention the conda option right in the beginning and to remove all the complication about setting up Python on Windows.
What do you think?