Skip to content

Commit 3d46369

Browse files
authored
Merge pull request #492 from bkmgit/patch-1
Add information about VSCodium
2 parents e281993 + 6e1cd90 commit 3d46369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

learners/installation-instructions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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), [VSCodium](#vscodium) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
1212

1313
::::::::::::::::::::::::::::::::::::::::: callout
1414

@@ -313,6 +313,10 @@ two tools (that correspond to your Python distribution) installed on your machin
313313
You can use JetBrains's [PyCharm Python Integrated Development Environment](https://www.jetbrains.com/pycharm) for the course.
314314
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.
315315

316+
### VSCodium
317+
318+
[VSCodium](https://vscodium.com/), a fully libre IDE that does not track what you do.
319+
316320
### VS Code
317321

318322
Alternatively, you can use Microsoft's [Visual Studio Code (VS Code)](https://code.visualstudio.com/).

0 commit comments

Comments
 (0)