Skip to content

Commit

Permalink
Merge pull request #752 from orena1/patch-1
Browse files Browse the repository at this point in the history
fix spelling correction when suggesting gui installation
  • Loading branch information
carsen-stringer committed Aug 23, 2023
2 parents 208fe1d + 211a0f9 commit 63c79e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
print('GUI ERROR: %s'%GUI_ERROR)
if GUI_IMPORT:
print('GUI FAILED: GUI dependencies may not be installed, to install, run')
print(' pip install cellpose[gui]')
print(' pip install "cellpose[gui]"')
else:
gui.run()

Expand Down

0 comments on commit 63c79e6

Please sign in to comment.