Skip to content

psycofdj/xtdpy

Repository files navigation

Table of Contents

Installing

From Python Package index :

# for python2 (default)
sudo pip install xtd
# for python3
sudo pip3 install xtd

From PPA Packages :

Link: https://launchpad.net/~psycofdj/+archive/ubuntu/xtdpy

sudo add-apt-repository ppa:psycofdj/xtdpy
sudo apt-get update
# for python2 (default)
sudo apt-get install python-xtd
# for python3 (default)
sudo apt-get install python3-xtd

Develop

Prerequisites

sudo apt-get install graphviz
sudo pip3 install -r requirements.dev.txt

Documentation

Readthedocs online documentation

Project status

Unstable but usable.

PyPI version Build Status Documentation Status