From aa9ee43278bc1c301db1551c38d9ea8929e52520 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 26 May 2025 11:29:38 -0700 Subject: [PATCH] specify you should clone a fork, not the main KCC repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8598f..bfb69d4 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ OTHER: This section is for developers who want to contribute to KCC or power users who want to run the latest code without waiting for an official release. -Easiest to use [GitHub Desktop](https://desktop.github.com) to clone the KCC repo. From GitHub Desktop, click on `Repository` in the toolbar, then `Command Prompt` (Windows)/`Terminal` (Mac) to open a window in the KCC repo. +Easiest to use [GitHub Desktop](https://desktop.github.com) to clone your fork of the KCC repo. From GitHub Desktop, click on `Repository` in the toolbar, then `Command Prompt` (Windows)/`Terminal` (Mac) to open a window in the KCC repo. Depending on your system [Python](https://www.python.org) may be called either `python` or `python3`. We use virtual environments (venv) to manage dependencies.