The Python dependency for performance testing was removed in PR 4864.

Jonas Jenwald 2015-08-18 12:25:31 +02:00
parent 4d0633923d
commit 03868043d8

@ -17,7 +17,7 @@ Below is an overview of how to contribute code to the PDF.js project. The basic
* GitHub account
* [Node.js](http://nodejs.org/)
If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font or performance testing you will need [Python](http://www.python.org/download).
If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font testing you will need [Python](http://www.python.org/download).
_Before you make any changes to the code you will probably want jump down to [Generating reference images](#ref-images) to create the reference snapshot images so you can run the test framework and check for regressions._