Installation

Requirements

The required packages are list in the file requirements.txt. Before the installation of Toupy, you should run:

pip install -r requirements.txt

Via pip install

pip install toupy

or for a local installation, using the flag –user:

pip install --user toupy

Via Python Package

Clone it first from git:

git clone https://github.com/jcesardasilva/toupy.git

change into toupy directory:

cd toupy

The installation should be as simple as:

sudo python3 setup.py install

or, for local installation, using the flag –user:

python3 setup.py install --user