From 03868043d88960629895ee5d6e772dfc230abd56 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 18 Aug 2015 12:25:31 +0200 Subject: [PATCH] The Python dependency for performance testing was removed in PR 4864. --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 057e3af..f64812b 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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._