Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 648 Bytes

INSTALL.md

File metadata and controls

22 lines (20 loc) · 648 Bytes

Installing cmdshow

cmdshow is built on Python and the ffmpeg library, so they need to be installed.

Instructions to install

  1. Python
  2. ffmpeg Note: cmdshow has been tested to work on Windows and Linux only

Using pipenv

git clone https://github.com/anihm136/cmdshow
cd cmdshow
pipenv install  # Installs all the dependencies
python cmdshow.py  # Or cmdshow_gui.py

Using pip

git clone https://github.com/anihm136/cmdshow
cd cmdshow
pip install -r requirements.txt  # Installs all the dependencies
python cmdshow.py  # Or cmdshow_gui.py