1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-03 02:47:48 +00:00

add VS Code

Alex Xu
2023-08-24 08:32:28 -07:00
parent 7e55752c5a
commit 7e1927494e

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