Difference between revisions of "SeminarRecorder"

From Wiki4Intranet
Jump to: navigation, search
Line 2: Line 2:
 
<code-bash>
 
<code-bash>
 
  sudo urpmi --auto ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
 
  sudo urpmi --auto ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
 +
sudo pip install pytz trans pyyaml
 
  sudo pip install git+https://github.com/belonesox/seminar-recorder.git  
 
  sudo pip install git+https://github.com/belonesox/seminar-recorder.git  
 
  sudo pip install git+https://github.com/belonesox/python-belonesox-tools.git
 
  sudo pip install git+https://github.com/belonesox/python-belonesox-tools.git
 
</code-bash>
 
</code-bash>

Revision as of 00:07, 30 September 2016

 sudo urpmi --auto ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
 sudo pip install pytz trans pyyaml
 sudo pip install git+https://github.com/belonesox/seminar-recorder.git 
 sudo pip install git+https://github.com/belonesox/python-belonesox-tools.git