updated suggested changes

This commit is contained in:
databender 2021-08-16 17:21:47 +05:30
parent 1a8b98843a
commit cc1cb2de0c
1 changed files with 2 additions and 1 deletions

View File

@ -1068,12 +1068,13 @@ Native implementation, provides better speed than Protego.
In order to use this parser:
.. warning:: Does not support Python 3.9+
* Install `Reppy <https://github.com/seomoz/reppy/>`_ by running ``pip install reppy``
* Set :setting:`ROBOTSTXT_PARSER` setting to
``scrapy.robotstxt.ReppyRobotParser``
* Only works with python 3.8 and earlier
.. _rerp-parser: