Skip to content

piotras/kerrokantasi

 
 

Repository files navigation

Requirements

Install

Prepare virtualenv

 virtualenv -p /usr/bin/python3 ~/.virtualenvs/
 workon kerrokantasi

Install required packages

Install all required packages with pip command:

 pip install -r requirements.txt

Testing

Run all tests. Execute command in project root directory.

 py.test

Run test against particular issue.

py.test -k test_7 -v

About

Kerro kantasi participatory democracy backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%