From 261426ebe373c61fdf0e467c33fa02d17f19d094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Fri, 13 Feb 2026 11:59:38 +0100 Subject: [PATCH] docs: Add setup suggestions in CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bd1eb0a..5e1e5666 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,8 @@ with maintainers before implementing major changes. To work with TorchJD, we suggest you to use [uv](https://docs.astral.sh/uv/). While this is not mandatory, we only provide installation steps with this tool. You can install it by following their -[installation documentation](https://docs.astral.sh/uv/getting-started/installation/). +[installation documentation](https://docs.astral.sh/uv/getting-started/installation/). We also +suggest to use VSCode with the `Python`, `ty` and `ruff` extensions (without `Pylance`). 1) Pre-requisites: Use `uv` to install a Python version compatible with TorchJD and to pin it to the `torchjd` folder. From the root of the `torchjd` repo, run: