Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 369 Bytes

knesset-data-python contribution guidelines

Getting Started

  1. Clone the repo
  2. install (better inside a virtualenv)
pip install -e .
  1. Install antiword (sudo apt-get install antiword)
  2. Run the tests
bin/run_tests.sh

see also