This commit was merged in pull request #105.
This commit is contained in:
@@ -52,7 +52,7 @@ Here's what to get in place. You'll use all of it for the rest of the course.
|
||||
|
||||
**A code editor.** Any will do, but a graphical one like VS Code is the easiest starting point; later modules build on editor-integrated AI tools, and VS Code is the path of least resistance there.
|
||||
|
||||
**Python 3.10 or newer.** Check with `python --version` or `python3 --version`. Whichever one prints a 3.10+ version is the command you'll use everywhere from here on. (On current macOS and default Ubuntu, it's usually `python3`; if `python` says "command not found," just read every `python` in the labs as `python3`.)
|
||||
**Python 3.10 or newer.** The labs are written with `python3`, the command current macOS and default Ubuntu actually ship (they install Python only as `python3`, with no bare `python` on PATH). Check with `python3 --version`; if it prints a 3.10+ version, use `python3` everywhere from here on. If `python3` says "command not found" but `python --version` shows 3.10+ (older or some Windows setups), just read every `python3` in the labs as `python` instead.
|
||||
|
||||
**Your usual AI chat assistant,** open in a browser tab. Any of them. Remember: model-agnostic.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user