frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
398 stars 116 forks source link

Installing the package #154

Open eateequi opened 2 years ago

eateequi commented 2 years ago

Greetings,

I am trying to install this on MacOS (12.2.1 - Monterey). I am installing the package using the following commands:

  1. Install brew 1': brew doctor 1'': brew install python3

    1. $ brew install python3 --> /usr/local/python3 3.install Pip $python3 setup.py install == $ % curl https://bootstrap.pypa.io/get-pip.py | python3

    2. install miscnn == $sudo pip3 install miscnn

I do not see the installation folder. Although the dependent packages are all installed

Is there a more detailed instructions to install this? Also, does this run on Python3? I really appreciate your help