diff options
author | github-actions <github-actions@github.com> | 2023-05-01 18:41:00 +0300 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2023-05-01 18:41:00 +0300 |
commit | 173dcfb1518dcfc0a32c861dea1c4091d22c32fe (patch) | |
tree | 5566b69a412d4b5838e3eb5cbc44049afbbe87ad | |
parent | b16ff1efb7b092c73ab1e13c3d016d1ab7a9e4b6 (diff) |
Automated documentation update [skip ci]automated-documentation-update-4852487495
-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 |