Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy

Home Page:http://imagepy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macos install imagepy readme for review

essie-chiang opened this issue · comments

conda create -n medical python=3.6
conda activate medical
conda install -c conda-forge wxpython
conda install -c conda-forge python.app no need

git clone git@github.com:Image-Py/imagepy.git
conda install -c conda-forge matplotlib
pip install scikit-image
pip install openpyxl
pip install numba ### very important
pip install Shapely

thank you so much