doc(development): add section on hot reloading with --dev_reload

This commit is contained in:
Kevin Turner
2023-08-21 16:40:07 -07:00
parent 3039f92e69
commit 76750b0121
2 changed files with 15 additions and 1 deletions

View File

@ -213,7 +213,7 @@ def invoke_api():
import jurigged
except ImportError as e:
logger.error(
"Can't start `--dev_reload` because jurigged is not found; `pip install -e '.[dev]'` to include development dependencies.",
'Can\'t start `--dev_reload` because jurigged is not found; `pip install -e ".[dev]"` to include development dependencies.',
exc_info=e,
)
else: