mirror of
https://github.com/gryf/coach.git
synced 2026-04-26 10:41:28 +02:00
changing python to python3 everywhere to make the supported version of python explicit
This commit is contained in:
+1
-1
@@ -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