mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
changing python to python3 everywhere to make the supported version of python explicit
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
"""
|
||||
To run Coach Dashboard, run the following command:
|
||||
python dashboard.py
|
||||
python3 dashboard.py
|
||||
"""
|
||||
|
||||
from utils import *
|
||||
|
||||
Reference in New Issue
Block a user