transformify-plugins / segmentify

Python image segmentation plugin
BSD 3-Clause "New" or "Revised" License
32 stars 8 forks source link

Support command line use as described in the README #29

Open GenevieveBuckley opened 4 years ago

GenevieveBuckley commented 4 years ago

The README currently says this, but it isn't supported with a console_scripts entry point in setup.py.

The Segmentify Viewer can be launched from the command line by entering:

segmentify <path to your images>

This PR adds support for it.