Skip to content
at7h edited this page Jan 1, 2020 · 35 revisions

Welcome to the trod wiki 👏👏👏!

Installation

Stable release:

To install trod, run this command in your terminal:

$ pip install trod

From sources:

You can clone the public repository:

$ git clone https://github.com/at7h/trod.git

Once you have a copy of the source, you can install it with:

$ cd trod
$ python setup.py install

Quickstart

Documentation

  • TODO 📝
Clone this wiki locally