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 2e88684 commit 8134fb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ 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.

You can also download and try an **executable file** for [Windows 10](http://www.cellpose.org/windows) or for [Mac OS](http://www.cellpose.org/mac) that were made using PyInstaller.
**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:
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.
4. You can also run the command line interface, e.g. as `./cellpose_mac.dms --dir ~/Pictures/ --chan 2'.

### Detailed documentation at [www.cellpose.org/docs](http://www.cellpose.org/docs).

Expand Down

0 comments on commit 8134fb4

Please sign in to comment.