From 109886d5c08f36a2dfc97915fdeec0712134ac2e Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 24 Jan 2025 18:40:21 +0100 Subject: [PATCH] Add --local-ip to documentation of local development --- docs/source/getting_started/local_environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/getting_started/local_environment.md b/docs/source/getting_started/local_environment.md index bee4b7f4d..ea6fc772a 100644 --- a/docs/source/getting_started/local_environment.md +++ b/docs/source/getting_started/local_environment.md @@ -52,8 +52,10 @@ done chartpress --skip-build ``` +`deploy.py` requires your IP address (represented by `xxx.xxx.xxx.xxx` in the next command). + ``` -python deploy.py localhost +python deploy.py localhost --local-ip xxx.xxx.xxx.xxx ``` ## Access your mybinder.org