Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ALKRIS-55 authored Feb 13, 2024
1 parent ce2698d commit 5e67459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/1_Sudoku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 5e67459

Please sign in to comment.