Skip to content

Commit 0258b9b

Browse files
committed
update docs
1 parent b1356a1 commit 0258b9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on the `Simulation` object and options for all of the fields.
2929
### from PyPI
3030

3131
```bash
32-
pip install microsim[all]
32+
pip install "microsim[all]"
3333
```
3434

3535
> [!NOTE]

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Microscope simulation library for generating realistic microscope images.
77
### from PyPI
88

99
```bash
10-
pip install microsim[all]
10+
pip install "microsim[all]"
1111
```
1212

1313
!!! note

0 commit comments

Comments
 (0)