diff --git a/Installation.md b/Installation.md index 1699ddb..d5b9e89 100644 --- a/Installation.md +++ b/Installation.md @@ -113,7 +113,9 @@ Easiest to use [GitHub Desktop](https://desktop.github.com) to clone the KCC rep Depending on your system [Python](https://www.python.org) may be called either `python` or `python3`. -We recommend using [virtual environments](https://docs.python.org/3/tutorial/venv.html) to manage dependencies. +We recommend using [virtual environments](https://docs.python.org/3/tutorial/venv.html) to manage dependencies. + +If you want to edit the code, a good code editor is [VS Code](https://code.visualstudio.com). ### Windows