Last active
March 10, 2020 18:16
-
-
Save maweigert/4c4f5ac1416fe72c567ceedfd6423e6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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