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: .. code-block:: pip install b-fade Wheels ------ B-FADE can be installed via the wheels located in ``_ 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: .. code-block:: git clone https://github.com/aletgn/b-fade Next, in the destination folder run .. code-block:: pip install b_fade-VERSION-py3-none-any.whl