Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.17 KB

python-moct

A measures of central tendancy plugin for python.

Test MOCT on push badge Publish MOCT on release badge

Gitpod Ready-to-Code badge

Installation

Pip Install

Run pip install moct in your program directory, or Currently, MOCT is not released on Pip. Please use one of the manual methods, please.

Manual Method:

Latest Release

  1. Go to the MOCT Repository
  2. Click on the 'releases' tab
  3. Find the release you want.
  4. Download the source code in the preferred format.

Absolute Latest

  1. Go to the commit history
  2. Find the latest commit with a checkmark.
  3. Download files as a ZIP file.
    Then, move the __init__.py file into your program directory and import it.

There you have it! You can now use the different functions. Please see the wiki for information on how to use the functions, and watch this repository for new releases.