winpack_dldt: readme update
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 2 Apr 2020 16:51:28 +0000 (16:51 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 2 Apr 2020 16:52:46 +0000 (16:52 +0000)
platforms/winpack_dldt/build_package.py

index d182f9f..4e0f44d 100644 (file)
@@ -402,7 +402,8 @@ class Builder:
                 rm_one(os.path.join(package_opencv, item))
 
         with open(str(self.package_dir / 'README.md'), 'w') as f:
-            f.write('See licensing/copying statements in "build/etc/licenses"')
+            f.write('See licensing/copying statements in "build/etc/licenses"\n')
+            f.write('Wiki page: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend\n')
 
         log.info('Package OpenCV sources - DONE')