I am unable to get the EDL package to work on Windows. I successfully installed "setup.py," but then I don't know how to run the edl command after that. "edl" does not execute in the cmd or the git shells. How do you run the command?
Code:
>edl
'edl' is not recognized as an internal or external command,
operable program or batch file.
I could not even get it to install on Linux:
Code:
$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 2, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools