diff --git a/doc/user_guide/docker/docker_usage.md b/doc/user_guide/docker/docker_usage.md index ed3c7bac..0e8fc3c0 100644 --- a/doc/user_guide/docker/docker_usage.md +++ b/doc/user_guide/docker/docker_usage.md @@ -177,8 +177,9 @@ docker exec --user root -it ${CONTAINER_ID} bash ## Installing Additional Dependencies -When using one of the Jupyter notebooks you can simply add a cell and execute [magic-pip](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pip) in it: +Using one of the Jupyter notebooks you can simply add a cell and execute [magic-pip](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pip) in it. +The following command installs Python dependendy `stream-zip`: ```shell %pip install --upgrade stream-zip ```