Installation
Package Managers
Since B-FADE is available on PyPI, its installation can readily be managed via common package managers. This guide help users to install B-FADE via pip. Irrespective of you configured the virtual environment earlier, B-FADE can be installed by running:
To install B-FADE, just run:
pip install b-fade
Wheels
B-FADE can be installed via the wheels located in https://github.com/aletgn/b-fade/tree/master/dist as well, again, regardless of any virtual environments. The user can both download the file named as b_fade-VERSION-py3-none-any.whl, or clone the entire repository:
git clone https://github.com/aletgn/b-fade
Next, in the destination folder run
pip install b_fade-VERSION-py3-none-any.whl