1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-03 10:57:36 +00:00

edit GitHub Desktop instructions

Alex Xu
2023-08-09 22:15:07 -07:00
parent 27977c2a06
commit cabaa972eb

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