Skip to content

rmoorman/balderdash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balderdash

Service to support Balderdash app

##Installation Ensure mysql is installed and then do the following:

$ sudo pip install virtualenv
$ cd ~/workspace
$ git clone git@bitbucket.org:smchugh/balderdash.git
$ cd balderdash
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

##Usage

$ [ PRINT_SQL=yes ] python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%