Install and Run


Quickest installation

Installing

  1. Install Python 3.6 from [python.org](https://www.python.org/) or use the Anaconda [Anaconda](https://www.anaconda.com/) Python version.
  2. Install pypi from [pypi.org](https://pypi.org/)
  3. Install PythonVideoAnnotator from Pypi:
pip install python-video-annotator

Running

  1. Execute pythonvideoannotator:
start-video-annotator

For developers

Installing

Download the source code and install it:

for ubuntu, mac and windows:

git clone --recursive https://github.com/UmSenhorQualquer/pythonVideoAnnotator.git
cd pythonVideoAnnotator
python utils/install.py

Running

Run this command:

start-video-annotator

Or these commands:

source activate videoannotator
python -m pythonvideoannotator