Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 654 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 654 Bytes

best-online-sudoku

Ranked sudoku with scoreboards

vscode extensions

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