Added note about Claude Code to README and SETUP

This commit is contained in:
Edward Donner
2025-11-01 22:26:17 -04:00
parent 7bab08c3bb
commit 9bb783a3f7
2 changed files with 12 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ In Udemy:
Section 1 = NEW WEEK 1
Section 2 = NEW WEEK 2
Section 3 = NEW WEEK 3
Section 4 = Original Week 4
Section 4 = NEW WEEK 4
Section 5 = Original Week 5
Section 6 = Original Week 6
Section 7 = Original Week 7
@@ -40,6 +40,7 @@ Then as an appendix / archive:
Section 9 = Original Week 1
Section 10 = Original Week 2
Section 11 = Original Week 3
Section 12 = Original Week 4
### To revert to the original version of code, consistent with the original videos (Anaconda + virtualenv)
@@ -74,7 +75,11 @@ We will start the course by installing Ollama so you can see results immediately
Any problems, please contact me!
## Then, Setup instructions
## Before the Setup instructions - a special note
Early on in the course (on Day 2), I give a demo of a very cool, popular product called Claude Code. It's an AI coding tool, similar to Cursor that we use on the course. I'm only showing this as an example of Agentic AI in action; it's not a tool that's covered explicitly on this course, particularly as we're in Cursor. But if you want to use Claude Code yourself, the Quick Start guide from Anthropic is [here](https://docs.claude.com/en/docs/claude-code/quickstart).
## OK - now on to Setup instructions
After we do the Ollama quick project, and after I introduce myself and the course, we get to work with the full environment setup.

View File

@@ -209,3 +209,7 @@ Now go to View >> Explorer. Open the week1 folder, and click on `day1.ipynb`.
- If this doesn't come up, please go to the troubleshooting lab in the Setup folder.
# CONGRATULATIONS!! You made it! The rest of the course is easy 😂
**One final note:**
Early on in the course (on Day 2), I give a demo of a very cool, popular product called Claude Code. It's an AI coding tool, similar to Cursor that we use on the course. I'm only showing this as an example of Agentic AI in action; it's not a tool that's covered explicitly on this course, particularly as we're in Cursor. But if you want to use Claude Code yourself, the Quick Start guide from Anthropic is [here](https://docs.claude.com/en/docs/claude-code/quickstart).