From cabaa972eb52bb94aa3f87bb6b02a18dc1302591 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 9 Aug 2023 22:15:07 -0700 Subject: [PATCH] edit GitHub Desktop instructions --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index daa94fd..f8db468 100644 --- a/Installation.md +++ b/Installation.md @@ -121,11 +121,11 @@ $ docker run --entrypoint /opt/kcc/kcc-c2p.py --rm -v "$(pwd):/app" ghcr.io/ciro ## INSTALL FROM SOURCE -Easiest to use [GitHub Desktop](https://desktop.github.com) to clone the KCC repo. From GitHub Desktop, open a Command Prompt (Windows)/Terminal (Mac) window in the repo. +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. 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. (Optional: A code editor like [VS Code](https://code.visualstudio.com) will automatically re-activate virtual environments.) +We recommend using [virtual environments](https://docs.python.org/3/tutorial/venv.html) to manage dependencies. ### Windows