The common way to install fhost is using pip:
$ pip install fhost
Upgrade is also trivial:
$ pip install --upgrade fhost
Also if you prefer, download sources and install it manually:
Installation from sources is based in python setuptools. Please make sure you have a Python environment and you installed setuptools before continue.
Development releases are not always stable. Please, look at our current issues for help and troubleshooting.
Note that on this version we don’t not offer support beyond the process of developing new features. If you find a bug that blocks you or your work, please use the stable version.
Installing from sources involves the following steps:
tar xvzmf fhost-*.tar.gz
cd fhost
python setup install
To upgrade or reinstall just download another version and proceed like a normal installation.
For old versions and active development branches please, refer to the project Github pages.
Once you have installed proceed to read the quick tutorial and start to work with fhost.