update infos
This commit is contained in:
parent
011bff84a3
commit
3516ac3858
9
Makefile
9
Makefile
@ -7,6 +7,11 @@ init:
|
||||
|
||||
@echo ""
|
||||
@echo "-------------------------------------------------------------------"
|
||||
@echo "packages for ffplayout installed in \"$(current_dir)/venv\""
|
||||
@echo "external packages for ffplayout installed in \"$(current_dir)/venv\""
|
||||
@echo ""
|
||||
@echo "run: \"$(current_dir)/venv/bin/python\" \"$(current_dir)/ffplayout.py\""
|
||||
@echo ""
|
||||
@echo "or:"
|
||||
@echo "source ./venv/bin/activate"
|
||||
@echo "./ffplayout.py"
|
||||
@echo ""
|
||||
@echo "run \"$(current_dir)/venv/bin/python\" \"$(current_dir)/ffplayout.py\""
|
||||
|
@ -35,7 +35,7 @@ try:
|
||||
import colorama
|
||||
colorama.init()
|
||||
except ImportError:
|
||||
print('Some modules are not installed, ffplayout may or may not work')
|
||||
print('colorama import failed, no colored console output on windows...')
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user