Skip to content
Merged
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)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference to #vscodium seems to be missing.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Codium link was at the bottom lines 316-319, but thanks for considering this.


::::::::::::::::::::::::::::::::::::::::: 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