diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-05-09 23:52:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 23:52:06 +0300 |
commit | 4420cd5d27a551abbaa622bcde71dedb39617283 (patch) | |
tree | 04eb76c6f657fe89479d9df588bf466b140e302e /src/python | |
parent | 4312340798680a2b148847b124fcf737e5839c2e (diff) |
Automated documentation update (#543)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/README.md b/src/python/README.md index 807d89e..2dd092a 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -21,6 +21,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho | installPath | The path where python will be installed. | string | /usr/local/python | | installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false | | configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | +| httpProxy | Connect to GPG keyservers using a proxy for fetching source code signatures by configuring this option | string | - | ## Customizations |