Skip to content

Commit

Permalink
add quotation marks to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 18, 2024
1 parent 92c239e commit 452d9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Why another 3D viewer? There are plenty options out there:
## Installation :rocket:

```bash
pip install octarine3d[all]
pip install "octarine3d[all]"
```

This will install the minimal requirements plus `PySide6` and `jupyter_rfb` as window managers for IPython/shell
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
both shell (`IPython`) and Jupyter:

``` sh
pip install octarine3d[all]
pip install "octarine3d[all]"
```

It includes `PySide6`, `jupyter_rfb` and `sidecar` as additional dependencies.
Expand Down

0 comments on commit 452d9bd

Please sign in to comment.