Subject: https://www-apr.lip6.fr/~buixuan/files/algav2019/projet_indiv2.pdf Performances Getting started Requirements Python >=3.6 pip Debian and derivatives sudo apt install python3 python python-pip python3-tk Activate environment source activate.sh Run src/main.py Exemple VSCode launch conf // .vscode/launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: Main", "type": "python", "request": "launch", "program": "${workspaceFolder}/src/main.py", "console": "internalConsole" } ] } Deactivate environment deactivate