Subject: https://www-apr.lip6.fr/~buixuan/files/algav2019/projet_indiv2.pdf
- Python >=3.6
- pip
sudo apt install python3 python python-pip python3-tk
source activate.sh
src/main.py
// .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