From 5d377ceb6d48d1f3948acf5223d9e339916c8a15 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 27 Oct 2015 08:22:33 -0400 Subject: [PATCH] Added a overview comment at the top of the file. --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index a1966bdcb..0a04300db 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,10 @@ Copyright (C) 2015 Ehsan Azar (dashesy@linux.com) License: Boost Software License See LICENSE.txt for the full license. +This file basically just uses CMake to compile the dlib python bindings project +located in the tools/python folder and then puts the outputs into standard +python packages. + To build the dlib: python setup.py build To build and install: