mirror of
https://github.com/cooperhammond/irs.git
synced 2025-07-06 15:40:32 +00:00
Install ydl-binaries
This commit is contained in:
parent
8e6f76c312
commit
4243b1e41d
3
setup.py
3
setup.py
|
@ -16,6 +16,9 @@ class PostInstallCommand(install):
|
||||||
def run(self):
|
def run(self):
|
||||||
install.run(self) # Actually install the module and dependencies
|
install.run(self) # Actually install the module and dependencies
|
||||||
|
|
||||||
|
import pip
|
||||||
|
pip.main(['install', "ydl-binaries"])
|
||||||
|
|
||||||
import ydl_binaries
|
import ydl_binaries
|
||||||
from os import path
|
from os import path
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
|
|
Loading…
Reference in a new issue