Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 179 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 179 Bytes

Douban SQLStore

Quick Start

1. virtualenv venv
2. . venv/bin/activate
3. mysql -uroot < tests/test_mysql.sql
4. python setup.py install
5. python setup.py test