Installation

This package can be installed in two different ways:

Python Package

Note

This is the best and most common method.

As the library is published on pypi, it can be installed directly via pip on the terminal.

To install the package you run the command:
pip install VideoService

If you want to install a custom version instead of the latest you can run:
pip install VideoService==0.2.0

Build from source

For building from source you need to follow the next steps:

  • First go to release page and select the version. Here

  • Then download the source.zip file and unzip the file on a custom directory.

  • Now make sure you’re running a supported python version. (3.8 onwards)

  • At last run python -m pip install -e .[doc].

Note

You can select extra versions of the package so that it installs extra dependencies, such as -e .[dev]

Warning

Do not errase the code from the source folder as the python package is running from that source code.