teamtomo / membrain-seg

membrane segmentation in 3D for cryo-ET
Other
48 stars 12 forks source link

Restructure packages #19

Closed LorenzLamm closed 12 months ago

LorenzLamm commented 12 months ago

As discussed, I restructured the repository into one main package (membrain_seg) and several sub-packages (segmentation, tomo_preprocessing, annotations).

This way, it is now possible to install all functionalities via pip install . without requiring the -e option.

As pointed out in this issue, pip install . previously lead to only the membrain_seg package being installed.