Browse Source

Update README.md

pull/42/head
brad-gh 2 years ago committed by GitHub
parent
commit
69e01a29c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      piscine/week01/day01/ex00/audit/README.md

4
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 ?

Loading…
Cancel
Save