diff --git a/modules/hello-world/pages/start-using-sdk.adoc b/modules/hello-world/pages/start-using-sdk.adoc index fbb9410..73ed265 100644 --- a/modules/hello-world/pages/start-using-sdk.adoc +++ b/modules/hello-world/pages/start-using-sdk.adoc @@ -89,6 +89,11 @@ Ensure that the Python installation can be called from the shell: $ echo 'export PATH="/usr/local/bin:"$PATH' >> ~/.zshrc ---- +[source,console] +---- +$ source ~/.zshrc +---- + Now, install the Python SDK: [source,console] ----