Skip to content

DTOcean/dtocean-dummy-module

Repository files navigation

Build status codecov Lintly Score release

Overview

A python package to demonstrate some of the many features of Python and introduce a typical structure for a Python package.

Quick Start

Installation

The DTOCEAN Python dummy module is currently only tested on Windows 32 and 64 bit systems. Your mileage may vary on other platforms.

Setuptools

python setup.py install

Anaconda

The demo has been packaged for use with the Anaconda Scientific Python Distribution.

conda config --append channels dataonlygreater
conda install dtocean-dummy-module

Example Usage

The following commands are run from the command-line interface.

Execution

dtocean-dummy 5

Help

dtocean-dummy -h

Update

Anaconda

conda update dtocean-dummy-module

Uninstallation

Pip

pip uninstall dtocean-dummy-module

Anaconda

conda remove dtocean-dummy-module