Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.27 KB

Installation.md

File metadata and controls

40 lines (31 loc) · 1.27 KB

Getting started

Installation

mdp has been tested on Windows 7, Ubuntu 20.04 and Fedora 22, but it should works as well on other platforms.

It depends on:

Windows

  • Python 3. Download and install official installer here.
  • pycrypto. You can download binaries for Python 3.4 here.
  • Pyperclip and Colorama. Open a Command window and type pip3 install pyperclip colorama

Debian and derivative

These commands will install everything you need:

$ sudo pip3 install pyperclip
$ sudo apt-get install python3-urwid xclip

Python 3, pycrypto and colorama are already shipped with the system.

Fedora

These commands will install everything you need:

$ sudo pip3 install pyperclip
$ sudo dnf install python3-crypto python3-urwid xclip

Python 3 is already shipped with the system.

Usage

Just extract and execute mdp.py on a terminal.