ffplayout/Makefile

13 lines
391 B
Makefile
Raw Normal View History

2020-02-03 13:22:46 +01:00
SHELL := /bin/bash
current_dir = $(shell pwd)
init:
virtualenv -p python3 venv
2020-02-03 17:48:22 +01:00
source ./venv/bin/activate && pip install -r requirements.txt
2020-02-03 13:22:46 +01:00
@echo ""
@echo "-------------------------------------------------------------------"
@echo "packages for ffplayout installed in \"$(current_dir)/venv\""
@echo ""
@echo "run \"$(current_dir)/venv/bin/python\" \"$(current_dir)/ffplayout.py\""