8000 GitHub - Ant1ng2/TTTSolver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ant1ng2/TTTSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamesolver

Setup

We'll be using virtualenv to load all the dependencies.

From there you can execute the following commands from the root directory:

python -m venv <name of venv>
source venv/bin/activate
pip install -r requirements.txt
cd web
python manage.py runserver <port-number>

If all goes well, you should be able to see the web app on your localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0