Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion learners/installation-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You will need the following software and accounts setup to be able to follow the
- [Git version control program](#git-version-control-tool)
- [GitHub account](#github-account)
- [Python 3 distribution](#python-3-distribution)
- [PyCharm](#pycharm) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)
- [PyCharm](#pycharm), [VSCodium](#vscodium) or [Visual Studio Code (VS Code)](#vs-code) integrated development environment (IDE)

::::::::::::::::::::::::::::::::::::::::: callout

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

### VSCodium

[VSCodium](https://vscodium.com/), a fully libre IDE that does not track what you do.

### VS Code

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