Following the getting started instructions, I get: ``` $ napari bash: napari: command not found ``` Fixed by adding: `$ pip install -U 'napari[all]'`
Following the getting started instructions, I get:
Fixed by adding:
$ pip install -U 'napari[all]'