From 7e1927494e30b1d40023e5c5ec96c0381aef3416 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 24 Aug 2023 08:32:28 -0700 Subject: [PATCH] add VS Code --- Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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