| OLD | NEW | 
|   1 # Buildtools |   1 # Buildtools | 
|   2  |   2  | 
|   3 ## Introduction |   3 ## Introduction | 
|   4  |   4  | 
|   5 Tools used to produce builds and releases of the Adblock Plus browser |   5 Tools used to produce builds and releases of the Adblock Plus browser | 
|   6 extensions. Intended to be used as a dependency by the extension repositories, |   6 extensions. Intended to be used as a dependency by the extension repositories, | 
|   7 not directly. |   7 not directly. | 
|   8  |   8  | 
|   9 ## Requirements |   9 ## Requirements | 
|  10  |  10  | 
|  11 - [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8) |  11 - [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8) | 
|  12 - [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1) |  12 - [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1) | 
|  13 - [Node.js](https://nodejs.org/) (>= 7) |  13 - [Node.js](https://nodejs.org/) (>= 7) | 
|  14  |  14  | 
 |  15 To lint the gitlab CI configuration you will also need: | 
 |  16 - [The pyyaml module](http://pyyaml.org/) (>= 3.12) | 
 |  17  | 
|  15 ## Usage |  18 ## Usage | 
|  16  |  19  | 
|  17 Please refer to the documentation of the extension repositories for usage |  20 Please refer to the documentation of the extension repositories for usage | 
|  18 instructions. |  21 instructions. | 
|  19  |  22  | 
|  20  |  23  | 
|  21 ## Tests |  24 ## Tests | 
|  22  |  25  | 
|  23 As per the [Python Coding Style guide](https://adblockplus.org/en/coding-style#p
    ython) |  26 As per the [Python Coding Style guide](https://adblockplus.org/en/coding-style#p
    ython) | 
|  24 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp
    i/tox). |  27 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp
    i/tox). | 
|  25  |  28  | 
|  26 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's |  29 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's | 
|  27 easy to lint and run the tests: |  30 easy to lint and run the tests: | 
|  28  |  31  | 
|  29     tox |  32     tox | 
|  30  |  33  | 
|  31 _(Tox will take care of installing the other dependencies such as flake8 and |  34 _(Tox will take care of installing the other dependencies such as flake8 and | 
|  32 flake8-abp inside a virtualenv.)_ |  35 flake8-abp inside a virtualenv.)_ | 
|  33  |  36  | 
|  34 For more information about the unit tests please refer to tests/README.md. |  37 For more information about the unit tests please refer to tests/README.md. | 
| OLD | NEW |