Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.75 KB

README.rst

File metadata and controls

90 lines (53 loc) · 1.75 KB

SF_TOOLS

coveralls

Author:Samuel Farrens ([email protected])
Version:2.0.4
Date:22/08/2019
Documentation:https://sfarrens.github.io/sf_tools/

SF_TOOLS is a series of Python modules with applications to image analysis, signal processing and statistics.

Contents

  1. Dependencies
    1. Required Packages
    2. `Optional Packages`_
  2. Installation

Dependencies

Required Packages

In order to run the code in this repository the following packages must be installed:

Installation

To clone the sf_tools repository from GitHub run the following command:

$ git clone https://github.com/sfarrens/sf_tools

To install using easy_install run the following command:

$ easy_install sf_tools

To install using pip run the following command:

$ pip install sf_tools