Skip to main content

ALFA utilities for base detectors

Project description

Agglomerative Late Fusion Algorithm (ALFA) Utilities

Overview

This python package contains all ALFA related utilities, so that the base detectors and the ALFA detector can interact with each other.

Usage

Manual installation

  • Navigate to the root folder (with the 'setup.py'):
    cd path/to/root/folder/
    
  • Build:
    python setup.py sdist
    
  • Install:
    python setup.py install
    

Automatic installation

  • Navigate to the root folder (with the 'setup.py'):
    cd path/to/root/folder/
    
  • To use the 'upload-to-PyPI'-functionality of 'setup.py', you must:
    pip install twine
    
  • Build:
    python setup.py sdist
    
  • Upload to PyPI (via twine), PYyPI account is required, enter PyPI account credentials, * is placeholder for the specific .tar.gz-file:
    twine upload dist/*
    
  • Install (via pip):
    pip install alfa_utilities
    

Version

  • Update:
    pip install alfa_utilities --upgrade (or -U)
    
  • List:
    pip list (or freeze)
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alfa_utilities-0.2.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page