Modular Media Server - User Guide - Installing and Running MMS

From RidgeRun Developer Connection
Jump to: navigation, search



Previous: User Guide/Dependencies Index Next: User Guide





Setting up Modular Media Server project

To install all Python dependencies run the following command inside the root directory of the project.

pip3 install .

In order to check if its dependencies were installed successfully, run the following and check for similar output:

pip3 show modular_media_server

Name: modular-media-server
Version: 0.0.1
Summary: Modular Media Server
Home-page: git@gitlab.com:RidgeRun/rnd/modular-media-server.git
Author: RidgeRun
Author-email: support@ridgerun.com
License: UNKNOWN
Location: /home/oporras/Documents/Projects/modular-media-server
Requires: PyGObject
Required-by:



Previous: User Guide/Dependencies Index Next: User Guide