Skip to content

Commit 34938df

Browse files
Add quotes to pip install "waveorder[all]"
Co-authored-by: Ziwen Liu <[email protected]>
1 parent bb2e157 commit 34938df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pip install waveorder
209209

210210
(Optional) Install all visualization dependencies (napari, jupyter), clone the repository, and run an example script:
211211
```sh
212-
pip install waveorder[all]
212+
pip install "waveorder[all]"
213213
git clone https://github.com/mehta-lab/waveorder.git
214214
python waveorder/examples/models/phase_thick_3d.py
215215
```

0 commit comments

Comments
 (0)