From aa74ed55e3709443c67627980bf7f6acdf3873f9 Mon Sep 17 00:00:00 2001 From: Igor Strebezhev Date: Wed, 24 Jun 2020 00:39:49 +0300 Subject: [PATCH] Fix the stale information about node-gyp & python (#10181) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87361d6ea05b..7cd60ca5c6d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ _Before_ submitting a pull request, please make sure the following is doneā€¦ 1. Jest uses [Yarn](https://code.facebook.com/posts/1840075619545360) for running development scripts. If you haven't already done so, please [install yarn](https://yarnpkg.com/en/docs/install). -1. Make sure you have `python` installed (v2.7 is recommended, v3.x.x is not supported). Python is required by [node-gyp](https://github.com/nodejs/node-gyp) that is used when running `yarn install`. +1. Make sure you have `python` installed. Python is required by [node-gyp](https://github.com/nodejs/node-gyp) that is used when running `yarn install`. To check your version of Python and ensure it's installed you can type: