Skip to content

Installation and Updating

The most reliable way to install kelp-o-matic is with Conda.

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

Install

Installing in Anaconda Navigator
  1. Use the Anaconda Navigator GUI and create a new environment.
  2. Add the pytorch and conda-forge channels.
  3. Search for and install the kelp-o-matic package in your environment.

If you need more help, please see the Beginner Guide.

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

Update

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

Install

We suggest using Conda to install Kelp-O-Matic

It is highly recommended to install the library with Conda, not with PIP.

Automatic hardware acceleration is only supported with the Conda installation.

pip install kelp-o-matic

Update

pip install --upgrade kelp-o-matic