Skip to content

Commit

Permalink
Merge pull request #75 from microsoft/leestott-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
softchris authored Nov 1, 2023
2 parents b2d394f + 9bd15b1 commit fdc0715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 00-course-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ To run the code locally on your computer, you would need to have some version of
After you install miniconda, you need to clone the repository and create a virtual environment to be used for this course:

```bash
git clone http://github.com/microsoft/ai-for-beginners
cd ai-for-beginners
git clone https://github.com/microsoft/generative-ai-for-beginners
cd generative-ai-for-beginners
conda env create --name ai4beg --file .devcontainer/environment.yml
conda activate ai4beg
```
Expand Down Expand Up @@ -101,4 +101,4 @@ This project has adopted the Microsoft Open Source Code of Conduct. For more inf

## Let's Get Started

Now that you have completed the needed steps to complete this course, let's get started by getting an [introduction to Generative AI and LLMs](../01-introduction-to-genai/README.md).
Now that you have completed the needed steps to complete this course, let's get started by getting an [introduction to Generative AI and LLMs](../01-introduction-to-genai/README.md).

0 comments on commit fdc0715

Please sign in to comment.