Skip to content

cydrobolt/jaxbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaxbin

MathJax pastebin 📖

Setting up

  • Create database in MySQL
  • Edit jaxbin/config.py with appropriate credentials.
  • Create tables: python createdb.py

Running

  • Install pip dependencies: pip install -r requirements.txt
  • Run jaxbin: python runjaxbin.py