-
-
Notifications
You must be signed in to change notification settings - Fork 53
Installation using pip
- It is assumed that you have Python installed on your system.
- Make sure to install the required dependencies.
- Before proceeding, it is recommended to create a virtual environment.
Videomass is hosted on PyPi (Python Package Index) and has the wheels for all supported operating systems on which Python is installed and which can support the wxPython Phoenix toolkit. This means you can open a console (command prompt for Windows or terminal for Unix) and install, update or remove Videomass:
python3 -m pip install videomass
MS-Windows and MacOS python dependency packages will be resolved automatically.
Gnu/Linux and FreeBSD require manual installation of wxPython (the reason can be found here) using your official package manager or using pip to install a specific version of wxPython compatible with your Linux distribution.
python3 -m pip install --upgrade videomass
videomass
videomass [-h] [-v] [-c] [--make-portable]
>>> from videomass import gui_app
>>> gui_app.main()
python3 -m pip uninstall videomass