Paul Tremberth
fad6b70d92
Use https:// for readthedocs links
2017-06-01 16:41:52 +02:00
Paul Tremberth
163618c9b7
FAQ Rewrite note on Python 3 support on Windows
2017-03-29 12:02:44 +02:00
Elias Dorneles
b6ab1ae9c3
docs: installation instructions, mention conda in the beginning ( closes #2475 )
2017-01-03 15:14:59 -02:00
Rolando Espinoza
76459e1969
Update conda channel to conda-forge and show conda version badge.
2016-11-08 21:30:27 -03:00
Paul Tremberth
33d04684e5
Fix typo
2016-09-29 10:25:21 +02:00
Paul Tremberth
23abf2d31b
Fix title underline
2016-09-28 18:31:27 +02:00
Paul Tremberth
8d130b295a
Update installation guide
2016-09-28 17:09:17 +02:00
Ashish Kulkarni
8893527a2f
temporarily deprecate official Ubuntu packages
...
They are not currently updated and fail to install on
Ubuntu 16.04. Also update the instructions to refer to
the earliest supported LTS (Ubuntu 12.04).
fixes #2137 and closes #2076
2016-09-20 11:10:59 +02:00
Pawel Miech
b67440dec0
docs on Scrapy on Windows + Python 3
2016-07-04 16:37:51 +02:00
Pawel Miech
07d1605586
[docs] warnings about windows + python 3 in faq and install
2016-06-17 13:28:51 +02:00
nyov
5876b9aa30
Update documentation links
2016-03-03 16:28:33 +00:00
Rolando Espinoza
f8ae99d18f
DOC Removed pywin32 from install instructions as it's already declared as dependency.
2015-12-05 09:48:17 -04:00
Rolando Espinoza
cc8ddb68b0
Added installation notes about using Conda for Windows and other OSes.
2015-11-26 13:08:56 -04:00
Julia Medina
eb7b9d506f
Add note to ubuntu install section about debian compatibility
2015-09-08 18:49:44 -03:00
Julia Medina
d3c3408cd4
Replace alternative OSX install workaround with virtualenv
2015-08-19 03:19:27 -03:00
Julia Medina
46ee1c6ee2
Reference Homebrew's homepage for installation instructions
2015-08-19 02:21:08 -03:00
Julia Medina
439b376d5b
Note in install docs about pip being already included in python>=2.7.9
2015-07-10 20:34:43 -03:00
Julia Medina
5723e6b457
Add non-python dependencies to Ubuntu install section in the docs
...
Closes #1314 and closes #1198 .
2015-07-10 20:34:43 -03:00
Julia Medina
290ebee090
Add OS X installation section to docs
...
Closes #1342 and (possibly) #1126
2015-07-10 20:34:43 -03:00
Marco DallaG
44c8ef2d47
DOC Bring Ubuntu and Archlinux outside of Windows subsection
...
In the installation guide, in the "Platform specific installation notes" section, Ubuntu and ArchLinux are currently subsections of Windows, which does not make sense imho.
This commit changes the section tree from:
Platform specific installation notes
- Windows
-- Archlinux
-- Ubuntu
To:
Platform specific installation notes
- Windows
- Ubuntu
- Archlinux
2015-06-24 11:44:48 +02:00
Shadab Zafar
5a58d64131
Fix some redirection links in documentation
...
Fixes #606
2015-03-18 19:41:26 -03:00
Daniel Graña
2c67bd6c57
pywin32 is required by Twisted. closes #937
...
see:
* http://twistedmatrix.com/trac/ticket/6032
* https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2028
2014-11-05 23:05:54 -02:00
Daniel Graña
6cb8995731
Update install.rst
...
fixes #937
2014-11-05 22:50:52 -02:00
Daniel Graña
0772201ac8
Update installation docs
2014-08-08 18:07:38 -03:00
Daniel Graña
2df8156431
Drop Python 2.6 support
2013-10-29 13:44:00 -02:00
Daniel Graña
0400b18efa
docs: list lxml as installation prerequisite
2013-09-09 12:44:26 -03:00
Pablo Hoffman
51c301b3a2
added link to python binary libs, for windows installation
2013-03-13 03:18:33 -03:00
Pablo Hoffman
d6867f7984
removed sphinx warnings about duplicate reference names 'this page'
2012-09-13 15:26:45 -03:00
Pablo Hoffman
4a5f70278f
minor tidy up to installation guide windows notes
2012-08-29 15:44:24 -03:00
Pablo Hoffman
098d892c03
simplified installation guide to only mention pip/easy_install mechanism, and provide hints for Windows users
2012-08-29 15:37:05 -03:00
Daniel Graña
abcc8c9f63
Recommend pypi as single way to install on Windows
2012-08-06 10:21:13 -03:00
Pablo Hoffman
4f28ffcb2c
removed no longer needed dependency on simplejson
2012-04-10 16:01:36 -03:00
Pablo Hoffman
6e8edbd72e
switched default selectors backend to lxml
2012-04-10 15:52:14 -03:00
Pablo Hoffman
b6ae266546
Removed (very old and possibly broken) backwards compatibility support for Twisted 2.5
2012-03-15 00:28:24 -03:00
Pablo Hoffman
e521da2e2f
Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25
2012-03-01 08:18:12 -02:00
Pablo Hoffman
431441cb52
updated documentation to remove references to old issue tracker and mercurial repos
2011-09-25 13:06:24 -03:00
Pablo Hoffman
7f97259ba7
added w3lib to requirements, in installation guide
2011-05-01 11:14:57 -03:00
Pablo Hoffman
426b6fa100
docs/intro/install.rst: added -U flag to easy_install command
2010-11-22 13:50:19 -02:00
Pablo Hoffman
ac007802d6
Simplified installation guide, including lxml as alternative dependency to libxml2. Closes #280
2010-11-17 21:32:23 -02:00
Pablo Hoffman
5a5364d0c1
Updated documentation to point out that simplejson is now required if using Python 2.5, and to recommended switching to Python 2.6
2010-11-16 03:31:04 -02:00
Pablo Hoffman
e2ed27e4fd
Added documentation for Ubuntu packages. Refs #211
2010-08-23 21:28:32 -03:00
Pablo Hoffman
9aefa242d5
Applied documentation patch provided by Lucian Ursu ( closes #207 )
2010-08-21 01:26:35 -03:00
Pablo Hoffman
34554da201
Deprecated scrapy-ctl.py command in favour of simpler "scrapy" command. Closes #199 . Also updated documenation accordingly and added convenient scrapy.bat script for running from Windows.
...
--HG--
rename : debian/scrapy-ctl.1 => debian/scrapy.1
rename : docs/topics/scrapy-ctl.rst => docs/topics/cmdline.rst
2010-08-18 19:48:32 -03:00
Pablo Hoffman
2121a30c74
added note about installing Zope.Interface in windows platforms
2010-04-24 18:19:52 -03:00
Pablo Hoffman
48739ae60c
install.rst: added explanation about why libxml2 2.6.28 or above is required
2010-01-13 12:20:24 -02:00
Pablo Hoffman
d60412ce19
titlecased Scrapy easy_install and some fixes to sign_release.sh script
2009-12-13 14:23:31 -02:00
Pablo Hoffman
b41c5b5d5b
fixed typo in intro/install doc (thanks phaithful)
2009-10-29 10:41:20 -02:00
Pablo Hoffman
a0eec7eaf6
some typos fixes and updates to install doc
2009-09-29 09:44:02 -03:00
Ismael Carnales
1646482bef
reformatted installation guide
2009-09-29 08:41:34 -03:00
Pablo Hoffman
6e93872955
updated installation guide for using releases
2009-09-17 11:06:55 -03:00