Skip to content

Installation and Updating

The library is currently available for Python versions 3.9 through 3.11. Support for future versions will be added when possible.

New versions of the tool are occasionally released to improve segmentation performance, speed, and the user interface of the tool. Changes are published to the PyPI and Anaconda repositories using semantic versioning. You may want to occasionally run the update commands to ensure that you're using the most up-to-date version of kelp-o-matic.

Commands

Need more help?

If you are unfamiliar with the command line or installing Python packages, you may find our Beginner Guide helpful.

Pre-requisites

Install pytorch and torchvision for your operating system using the official installation instructions here. Make sure you select "CUDA" as the compute platform if you have an NVIDIA GPU you'd like to use to improve performance.

Install

pip install kelp-o-matic

Update

pip install --upgrade kelp-o-matic

Install

conda install -c conda-forge kelp-o-matic

Update

conda update -c conda-forge kelp-o-matic