Installation Guide

To use this package it can be installed in two ways.

Install locally

You can install the most recent version of the package hosted on github.

First clone the github repository to your machine.

git clone "https://github.com/Starvexx/standard_classification.git"

Next navigate into the repository.

cd /path/to/standard_classification

Finally you can install using pip as follows.

pip install .

Install from PyPi

Note

This package has not yet been uploaded to the official PyPi server. For the time being fetch the package from PyPi

You may also install the latest stable version from PyPi, simply type the following.

pip install standard_classification