Skip to content

Commit 027d15f

Browse files
authored
docs: Add setup suggestions in CONTRIBUTING.md (#563)
1 parent 84c5a09 commit 027d15f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ with maintainers before implementing major changes.
77

88
To work with TorchJD, we suggest you to use [uv](https://docs.astral.sh/uv/). While this is not
99
mandatory, we only provide installation steps with this tool. You can install it by following their
10-
[installation documentation](https://docs.astral.sh/uv/getting-started/installation/).
10+
[installation documentation](https://docs.astral.sh/uv/getting-started/installation/). We also
11+
suggest to use VSCode with the `Python`, `ty` and `ruff` extensions (without `Pylance`).
1112

1213
1) Pre-requisites: Use `uv` to install a Python version compatible with TorchJD and to pin it to the
1314
`torchjd` folder. From the root of the `torchjd` repo, run:

0 commit comments

Comments
 (0)