These docs are for v0.7.1. Click to read the latest docs for v0.9.3.

Installing PyFi

Project Fifo has a client CLI tool that can be used for most Fifo operations. PyFi can be installed on a Fifo service node or on any remote computer.

git clone https://github.com/project-fifo/pyfi.git 
cd pyfi
[sudo] python setup.py install

Once installed PyFi can be configured with:

fifo --config

๐Ÿ“˜

If you are using self signed certificates for Fifo API traffic add --unsafe to your command or modify your config (~/.fifo) with insecure = true