News

$ sudo python setup.py install running install running bdist_egg running egg_info writing pyhash.egg-info/PKG-INFO writing top-level names to pyhash.egg-info/top ...
sudo cp /lib/arm-linux-gnueabihf/libudev.so.0 /usr/lib/arm-linux-gnueabihf/libudev.so sudo python setup.py install ...
Python modules are typically installed using a package manager called 'pip', which launches a 'setup.py' file that is made available by the developer of the package for installation purposes.
Use the following command to install OpenShot: $ sudo python setup.py install After some research I found that the straightforward sudo make install was not enough to correctly install the MLT ...