Skip to content

roshk99/robot-teaches-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot-teaches-game

Installation

pip install flask
pip install email-validator
pip install flask-wtf
pip install flask-login
pip install flask-sqlalchemy
pip install flask-migrate
pip install numpy scipy matplotlib pandas pingouin
  • Create the database using
flask db init
flask db migrate -m "users table"
flask db upgrade
flask db migrate -m "trials table"
flask db upgrade
flask db migrate -m "demos table"
flask db upgrade
  • Run the app with python -m flask run

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors