Skip to content

Reference canonical Python version info source in contributor guide #802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ To build Arduino Lint from sources you need the following tools to be available

If you want to run integration tests or work on documentation, you will also need:

- A working [Python](https://www.python.org/downloads/) environment, version 3.9 or later.
- A working [Python](https://www.python.org/downloads/) environment.
- The **Python** version in use is defined in the `tool.poetry.dependencies` field of
[`pyproject.toml`](https://github.com/arduino/arduino-lint/blob/main/pyproject.toml).
- [Poetry](https://python-poetry.org/docs/).
- [**Node.js** / **npm**](https://nodejs.org/en/download/) - Node.js dependencies management tool.
- The **Node.js** version in use is defined in the `engines.node` field of
Expand Down
Loading