Loading...
The University of Aizu, Aizu-Wakamatsu, Japan

PYPI

PAMI library is maintained at Python Package Index (PyPI) repository. Henceforth, the users can install and maintain PAMI library using pip command.


1. Installation

Depending on the computer hardware and/or type of algorithms you plan to execute to find the patterns, execute anyone of the below-provided commands to install PAMI library.

Basic installation
pip install pami
CUDA support
pip install 'pami[gpu]'
PY-SPARK support
pip install 'pami[spark]'
Developer
pip install 'pami[dev]'
Complete library
pip install 'pami[all]'

2. Updating PAMI library

Execute below provided command to update the PAMI library.
pip install --upgrade pami 

3. Seeing the contents of PAMI library

Execute below provided command to view the basic info on PAMI library.
pip show pami

4. Uninstalling PAMI library

Execute below provided command to uninstall the PAMI library.
pip uninstall pami