Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (31 loc) · 793 Bytes

README.rst

File metadata and controls

48 lines (31 loc) · 793 Bytes

deplicate-cli

Table of contents

Description

Command Line Interface for **deplicate**.

Installation

Type in your command shell with *administrator/root* privileges:

pip install deplicate-cli

In Unix-based systems, this is generally achieved by superseding the command sudo.

sudo pip install deplicate-cli

If the above commands fail, consider installing it with the option --user:

pip install --user deplicate-cli

Usage

TODO