add makefile
This commit is contained in:
parent
f108a13798
commit
19ac9c8b6c
12
Makefile
Normal file
12
Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
SHELL := /bin/bash
|
||||
current_dir = $(shell pwd)
|
||||
|
||||
init:
|
||||
virtualenv -p python3 venv
|
||||
source ./venv/bin/activate && pip install -r requirements-base.txt
|
||||
|
||||
@echo ""
|
||||
@echo "-------------------------------------------------------------------"
|
||||
@echo "packages for ffplayout installed in \"$(current_dir)/venv\""
|
||||
@echo ""
|
||||
@echo "run \"$(current_dir)/venv/bin/python\" \"$(current_dir)/ffplayout.py\""
|
Loading…
Reference in New Issue
Block a user