Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 1, 2020
1 parent e790a83 commit edeb698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can quickly try out Cellpose on the [website](http://www.cellpose.org) first

You can also run Cellpose in google colab with a GPU -> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/MouseLand/cellpose/blob/master/notebooks/run_cellpose_GPU.ipynb). This is recommended if you have issues with MKL or run speed on your local computer (and are running 3D volumes). Colab does not allow you to run the GUI, but you can save `*_seg.npy` files in colab that you can download and open in the GUI.

**Executable file**: You can download an executable file for [Windows 10](http://www.cellpose.org/windows) or for [Mac OS](http://www.cellpose.org/mac) (High Sierra or greater) that were made using PyInstaller. The Mac OS file will download as `cellpose_mac.dms`. You will need to make it into an executable file and run it through the terminal:
**Executable file**: You can download an executable file for [Windows 10](http://www.cellpose.org/windows) or for [Mac OS](http://www.cellpose.org/mac) (High Sierra or greater) that were made using PyInstaller on Intel processors (MKL acceleration works, but no GPU support). The Mac OS file will download as `cellpose_mac.dms`. You will need to make it into an executable file and run it through the terminal:
1. Open a terminal and run `cd ~/Downloads/`.
2. Run `chmod 777 cellpose_mac.dms` to make the file executable.
3. Run `./cellpose_mac.dms` to open the cellpose GUI. Messages from cellpose will be printed in the terminal.
Expand Down

0 comments on commit edeb698

Please sign in to comment.