Install and Run — Home documentation (original) (raw)
- Docs »
- Install and Run
- Edit on GitHub
Quickest installation¶
Installing¶
- Install Python 3.6 from [python.org](https://www.python.org/) or use the Anaconda [Anaconda](https://www.anaconda.com/) Python version.
- Install pypi from [pypi.org](https://pypi.org/)
- Install PythonVideoAnnotator from Pypi:
pip install python-video-annotator
Running¶
- 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