Skip to content

Instantly share code, notes, and snippets.

@maweigert
Last active March 10, 2020 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maweigert/4c4f5ac1416fe72c567ceedfd6423e6b to your computer and use it in GitHub Desktop.
Save maweigert/4c4f5ac1416fe72c567ceedfd6423e6b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
source ~/.bashrc
git clone https://github.com/mpicbg-csbd/stardist
my_venvs_create stardist_env
my_venvs_activate stardist_env
pip install tifffile==2019.7.2 # as newer versions somehow wont install on noto
pip install stardist
my_kernels_create py3_stardist "Py3 StarDist"
my_venvs_deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment