From cdbec08f5a967220ba0375dbc6e683134d73f95f Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 9 Dec 2022 09:29:23 +0530 Subject: Add 'python' dependency for compiling native libs --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdf4bd3..b887c86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ - [How Can I Contribute?](#how-can-i-contribute) - [Setting up your Development machine](#setting-up-your-development-machine) - [Install System-level dependencies](#install-system-level-dependencies) - - [Node.js, npm, pnpm](#nodejs-npm-pnpm) + - [Node.js, npm, pnpm, python](#nodejs-npm-pnpm-python) - [Git](#git) - [Clone repository with submodule](#clone-repository-with-submodule) - [Install dependencies](#install-dependencies) @@ -40,7 +40,7 @@ As a basic rule, before filing issues, feature requests or anything else, please ### Install System-level dependencies -#### Node.js, npm, pnpm +#### Node.js, npm, pnpm, python Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [`package.json`](./package.json#engines) and [`recipes/package.json`](./recipes/package.json#engine) files. @@ -51,7 +51,8 @@ $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package. { "node": "16.18.1", "npm": "8.19.2", - "pnpm": "7.18.1" + "pnpm": "7.18.1", + "python": "3.11.1" } ``` -- cgit v1.2.3-54-g00ecf