You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/lucascompython/sudoku
cd sudoku
# Install uv https://github.com/astral-sh/uv# Create and activate a virtual environment
uv venv
source .venv/bin/activate
# Or
.\.venv\Scripts\Activate.ps1
# Install dependencies
uv pip sync requirements.txt
# Run
./develop.sh
# Or
./develop.ps1
# Adjust the screen capture area if needed