Skip to content

Commit

Permalink
Fix the stale information about node-gyp & python (jestjs#10181)
Browse files Browse the repository at this point in the history
  • Loading branch information
xamgore authored Jun 23, 2020
1 parent 817d8b6 commit aa74ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit aa74ed5

Please sign in to comment.