From 69e01a29c042351cc66da48b13658d0eba6d35c0 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:23:39 -0400 Subject: [PATCH] Update README.md --- piscine/week01/day01/ex00/audit/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/piscine/week01/day01/ex00/audit/README.md b/piscine/week01/day01/ex00/audit/README.md index dd2b4be..569a87c 100644 --- a/piscine/week01/day01/ex00/audit/README.md +++ b/piscine/week01/day01/ex00/audit/README.md @@ -1,12 +1,14 @@ ##### The exercice is validated if all questions of the exercice are validated +##### Install the virtual environment with `requirements.txt` + ##### Activate the virtual environment. If you used `conda`, run `conda activate ex00` ###### Does the shell specify the name `ex00` of the environment on the left ? ##### Run `python --version` -###### Does it print `Python 3.8.x`? x could be any number from 0 to 9. +###### Does it print `Python 3.8.x`? x could be any number from 0 to 9 ##### Does `import jupyter` and `import numpy` run without any error ?