### problem: - Current `doc/setup.py` only focus on how to run program locally for the first time. but how to re run application again lacks clear instruction. ### Solution: - Add clear instructions on how to re run program either in same `docs/setup.py` or create a new file in `docs/`.
problem:
doc/setup.pyonly focus on how to run program locally for the first time. but how to re run application again lacks clear instruction.Solution:
docs/setup.pyor create a new file indocs/.