mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
doc(development): add section on hot reloading with --dev_reload
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user