You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation-instructions.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You will need the following software and accounts setup to be able to follow the
8
8
-[Git version control program](#git-version-control-tool)
9
9
-[GitHub account](#github-account)
10
10
-[Python 3 distribution](#python-3-distribution)
11
-
-[PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
11
+
-[PyCharm](#pycharm), [VSCodium](#vscodium) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
12
12
13
13
::::::::::::::::::::::::::::::::::::::::: callout
14
14
@@ -313,6 +313,10 @@ two tools (that correspond to your Python distribution) installed on your machin
313
313
You can use JetBrains's [PyCharm Python Integrated Development Environment](https://www.jetbrains.com/pycharm) for the course.
314
314
The Community edition is fine, though if you are developing software for the purpose of academic research you may be eligible for a free license for the Professional edition which contains extra features.
315
315
316
+
### VSCodium
317
+
318
+
[VSCodium](https://vscodium.com/), a fully libre IDE that does not track what you do.
319
+
316
320
### VS Code
317
321
318
322
Alternatively, you can use Microsoft's [Visual Studio Code (VS Code)](https://code.visualstudio.com/).
0 commit comments