Videomass Builds and Installation Instructions

Base Dependencies:

    - Python 2/3
    - wxPython Classic/wxPython Phoenix
    - pip2/pip3

#--------------------------------------------------------------------------#
NOTE: [Linux/Macintosh/Unix/Windows]

Note that installers for Windows x86_64 and MacOsX High Sierra x86_64 are 
available. These installation programs contain everything needed to be used 
in standalone mode, without the need for anything else. Visit the sourceforge 
page at the following link: 

https://sourceforge.net/projects/videomass2/

...

Videomass can be run without installing by un-tarring the source package and 
executing the "launcher" script in the root of the un-tarred directory.

    python launcher
    
Alternatively, however, if you want the setup.py script to allow you to build 
an executable for your operating system or if you simply want to install 
Videomass from the python Package Index (aka PyPi) follow the Options below.

#--------------------------------------------------------------------------#
Option 1) Installing from Pypi: [Linux/Macintosh/Unix/Windows]

Before to install Videomass with pip tool, please install a compatible
version of wxPython for your Python version.

- If you have Python2 installed:

    pip2 install videomass

- If you have Python3 installed:

    pip3 install videomass
    
- To uninstall use the same version of the Pip tool:

    pip uninstall videomass
    
Please, Visit the Wiki page for more info: 

https://github.com/jeanslack/Videomass/wiki/Installing-from-PyPi

#--------------------------------------------------------------------------#
Option 2) Build a Windows executable (.exe): [Windows]

python setup.py py2exe

Please, Visit the Wiki page for more info:

https://github.com/jeanslack/Videomass/wiki/Windows,-build-from-source

#--------------------------------------------------------------------------#

Option 3) Build a MacOSX app: [Macintosh OSX]

python setup.py py2app

Please, Visit the Wiki page for more info:

https://github.com/jeanslack/Videomass/wiki/MacOs,-build-from-source

#--------------------------------------------------------------------------#
Option 4) Build as wheel: [Linux/Macintosh/Unix/Windows]

python setup.py bdist_wheel

Please, Visit the Wiki page for more info:

https://github.com/jeanslack/Videomass/wiki/Make-pure-Python-wheels

#--------------------------------------------------------------------------#




