Ranked sudoku with scoreboards
Python
Pylint
Start venv in terminal (bash)
cd backend
py -m venv venv
source venv/Scripts/activate
Installing requirements and deactivating
pip install -r ../requirements.txt
deactivate
If vscode fails to lint etc, select the virtual environment as the interpreter
ctrl+shift+p
python select interpreter
venv/Scripts/python
To enable vscode formatting add this to user settings JSON
"python.formatting.autopep8Args": ["--max-line-length", "120", "--experimental"],
Updating packages
pip install pip-upgrader
pip-upgrade