From 4243b1e41d0c00af523da582f331929fb40c5f6e Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Sat, 10 Jun 2017 12:21:17 -0700 Subject: [PATCH] Install ydl-binaries --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index f31a837..af2bccd 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,9 @@ class PostInstallCommand(install): def run(self): install.run(self) # Actually install the module and dependencies + import pip + pip.main(['install', "ydl-binaries"]) + import ydl_binaries from os import path from shutil import copyfile