Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 543 Bytes

readme.md

File metadata and controls

37 lines (21 loc) · 543 Bytes

Install

Requirements:

Software

  1. Python
  2. OpenCV with Python2 binding
  3. Qt5 python binding
  4. Gradle
  • Tips:
  1. use homebrew to install them.
  2. use virtualenv if necessary

Python Packages

All Required packages are listed in "requirements.txt".

pip install -r requirements.txt

Build

under project root:

  1. gradle gen
  2. under src, run ./genui.sh to generate .py from .ui (Qt Gui file)

IO

see doc/lpicker.md

TODO

  1. use docker to automate dev. setting up and deployment