Installation

Quick install

Get tnetwork from the Python Package Index at pypl.

or install it with

pip install tnetwork

and an attempt will be made to find and install an appropriate version that matches your operating system and Python version.

You can install the development version with

pip install git://github.com/Yquetzal/tnetwork.git

Installing from source

You can install from source by downloading a source archive file (tar.gz or zip) or by checking out the source files from the GitHub source code repository.

tnetwork is a pure Python package; you don’t need a compiler to build or install it.

GitHub

Clone the tnetwork repostitory (see GitHub for options)

git clone https://github.com/Yquetzal/tnetwork.git

Requirements

Python

To use tnetwork you need Python 3.6 or later.