Installation

PyFibre is deployed using Enthought Deployment Manager, EDM. Please download and install the latest version prior to continuing further.

Once installed, simply create a “bootstrap” environment using the command line:

edm install -e bootstrap --version 3.6 -y click setuptools
edm shell -e bootstrap

Then build the deployment pyfibre-py36 environment using the following command:

python -m ci build-env

Afterwards, install a package egg with all binaries using:

python -m ci install

This will install all required libraries and create the local PyFibre and PyFibre_GUI binaries. To make sure the installation has been successful, please run the unit tests:

python -m ci test