From 5e67459a0f40f71c4ea37df98156f31e46b1af0e Mon Sep 17 00:00:00 2001 From: Wasim Shaikh <78263417+ALKRIS-55@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:07:38 +0530 Subject: [PATCH] Update README.md --- Projects/1_Sudoku/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1_Sudoku/README.md b/Projects/1_Sudoku/README.md index 628cd39f..d7d2e6ab 100644 --- a/Projects/1_Sudoku/README.md +++ b/Projects/1_Sudoku/README.md @@ -9,7 +9,7 @@ In this project, you will extend the Sudoku-solving agent developed in the class **YOU ONLY NEED TO WRITE CODE IN `solution.py`.** -1. Follow the instructions in the classroom lesson to install and configure the `aind` [Anaconda](https://www.continuum.io/downloads) environment which includes several important packages that are used for the project. OS X or Unix/Linux users can activate the aind environment by running the following (Windows users simply run `activate aind`): +1. Follow the instructions in the classroom lesson to install and configure the `aind` [Anaconda](https://www.anaconda.com/products/distribution) environment which includes several important packages that are used for the project. OS X or Unix/Linux users can activate the aind environment by running the following (Windows users simply run `activate aind`): `$ source activate aind`