Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.15 KB

table_differ

What it is

Compare tables, grids, 2D arrays of data side by side in your web browser

Installation

Windows

virtualenv venv-table_differ

  • Activate the virtual environment

  • Download the dependencies into the virtual environment using pip (do this from the same shell window you activated the virtual environment from)

pip install -r requirements.txt

  • Initialize the ORM/sqlite database. This will create a file named "table_differ.db". Whenever you want a clean slate, delete this file and run the command again.

python db_init.py

  • Run the server

python new_server.py