Skip to content

ChloeMouret/Sudoku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Setup

First of all, you can clone the repository by running :

git clone https://github.com/BeedleForTest/Sudoku.git

To run it, you can either decide to use a virtual env or not. I'll cover this option.

cd Sudoku
python -m venv venv
.\venv\Scripts\activate (for Windows Users) || source venv/bin/activate (for Ubuntu Users)
python -m pip install --upgrade pip
pip install -r requirements.txt

Run

Eventually, you can simply run it with python app.py. Virtual environment should be activated first of course. The server runs on port 5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.7%
  • Python 16.3%