Skip to content

Commit

Permalink
Updated instructions to install additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 13, 2024
1 parent 1232d18 commit 735fc2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/user_guide/docker/docker_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 735fc2a

Please sign in to comment.