From 84684d8c7e4a66c88052185d6831584206354adf Mon Sep 17 00:00:00 2001 From: urkh Date: Tue, 20 Mar 2018 11:37:37 -0300 Subject: [PATCH 1/2] add requirements.txt --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1bc8cef --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +cycler==0.10.0 +kiwisolver==1.0.1 +matplotlib==2.2.2 +numpy==1.14.2 +opencv-python==3.4.0.12 +pkg-resources==0.0.0 +pyparsing==2.2.0 +python-dateutil==2.7.0 +scipy==1.0.0 From 1d8d151a087d3b2ab4f403761707653a5ab1bdc8 Mon Sep 17 00:00:00 2001 From: urkh Date: Tue, 20 Mar 2018 11:39:17 -0300 Subject: [PATCH 2/2] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f146e4c..97d88be 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Requirements: - [Python v2.7 or v3.5+)](http://python.org/) - [OpenCV v2+](http://opencv.org/) - Numpy, Scipy +- python-tk / python3-tk + Quickstart: ------------