Skip to content

Commit

Permalink
Update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUL committed Dec 12, 2023
1 parent 240232f commit bb3f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TP_instructions/tp0.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ En tapant la commande `git branch` vous pourrez constater que vous êtes sur la
Ensuite, nous allons créer un environnement de travail Python avec Conda et installer les dépendances :

```bash
conda create -yqf python=3.9 --name python_indus_avancee
conda create -yqf python=3.10 --name python_indus_avancee
source activate python_indus_avancee
pip install -e .
pip install -r requirements_test.txt
Expand Down

0 comments on commit bb3f781

Please sign in to comment.