Skip to content

Commit 904189f

Browse files
committed
differences for PR #519
1 parent d6e2e86 commit 904189f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

installation-instructions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ You will need the following software and accounts setup to be able to follow the
88
- [Git version control program](#git-version-control-tool)
99
- [GitHub account](#github-account)
1010
- [Python 3 distribution](#python-3-distribution)
11-
- [PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
11+
- [PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE).
12+
You can use another IDE of your choice but note that it may not have been tested with the material of this lesson and some features we are showcasing may not be available in that IDE.
1213

1314
::::::::::::::::::::::::::::::::::::::::: callout
1415

@@ -308,6 +309,10 @@ two tools (that correspond to your Python distribution) installed on your machin
308309

309310
## IDE
310311

312+
The material has been tested with PyCharm and VS Code IDEs.
313+
You can use another IDE of your choice but note that some features we are showcasing in the lesson may not be available in that IDE (but the material could still be followed with modifications).
314+
For example, [VSCodium][vscodium] is fairly similar to VS Code (VSCodium entirely removes all telemetry, usage data collection, and tracking functionality present in the default Microsoft VS Code) and might work well but has not been tested by the developers of this lesson.
315+
311316
### PyCharm
312317

313318
You can use JetBrains's [PyCharm Python Integrated Development Environment](https://www.jetbrains.com/pycharm) for the course.

links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
[training]: https://carpentries.github.io/instructor-training/
5656
[yaml]: http://yaml.org/
5757
[ssi-fair-lesson]: https://github.com/carpentries-incubator/fair-research-software
58+
[vscodium]: https://vscodium.com/

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-12-06"
66
"config.yaml" "c42cb088f8e8f6f06bfb27323d5d3a9d" "site/built/config.yaml" "2025-07-30"
77
"index.md" "13a35007c30050e2d6cc5eccaec9a735" "site/built/index.md" "2024-12-06"
8-
"links.md" "7615d5c37931c582c3c7e4d575011c33" "site/built/links.md" "2024-12-06"
8+
"links.md" "832e810282e874c7a9c85c0f188695db" "site/built/links.md" "2026-02-24"
99
"paper.md" "6f5f7ec22f895ea5fd49d6bf0016a2ee" "site/built/paper.md" "2024-12-06"
1010
"episodes/00-setting-the-scene.md" "ab803e063989044fe1102f6b2bef36dd" "site/built/00-setting-the-scene.md" "2025-07-30"
1111
"episodes/10-section1-intro.md" "52e124722e16bad984cbed54b9599391" "site/built/10-section1-intro.md" "2025-07-30"
@@ -39,7 +39,7 @@
3939
"episodes/60-wrap-up.md" "8063854ac1eeeea9c176700fe6990045" "site/built/60-wrap-up.md" "2024-12-06"
4040
"instructors/instructor-notes.md" "7d8b58203bcdda8c2aff87ea697a61fd" "site/built/instructor-notes.md" "2025-07-30"
4141
"learners/quiz.md" "bd60170ec9f07bc2d510f55353179217" "site/built/quiz.md" "2024-12-06"
42-
"learners/installation-instructions.md" "498857e3d1b492920ca9f0018f4ac2eb" "site/built/installation-instructions.md" "2025-07-30"
42+
"learners/installation-instructions.md" "f10d66b854ece3ee88129f581fe9b8c6" "site/built/installation-instructions.md" "2026-02-24"
4343
"learners/common-issues.md" "a1c5d6deb87028666c54866dbeec0c38" "site/built/common-issues.md" "2025-07-30"
4444
"learners/software-architecture-extra.md" "75cca9330b84bddf8223944131639f4f" "site/built/software-architecture-extra.md" "2024-12-06"
4545
"learners/programming-paradigms.md" "2c3cdee71c1c975c0cf99260493b6e67" "site/built/programming-paradigms.md" "2024-12-06"

0 commit comments

Comments
 (0)