Skip to content
Snippets Groups Projects
Commit 4818c2ae authored by Tom van Woudenberg's avatar Tom van Woudenberg
Browse files

Revert "Check for other python version"

This reverts commit d8535b25.
parent 3445502b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Once your software is installed (as described in the book and `README.md` file)
3. Open a CLI and use it to navigate to your working directory (see note below).
4. Create a `conda` environment by executing the command `conda env create -f environment.yml` (see note below)
5. Activate environment via the CLI by executing `conda activate mude-base`
6. Confirm that Python was installed correctly by checking that `python --version` returns 3.11 (you may need to try `python3 --version`)
6. Confirm that Python was installed correctly by checking that `python --version` returns 3.12 (you may need to try `python3 --version`)
Once you have completed these steps, you are ready to proceed with the Programming Assignment, PA 1.1 in file `PA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment