Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 286 Bytes

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