install_fiora: Install the python module `fiora` into a conda environment.
Description
This function will check and perform the installation of three
components in the following order: reticulate, miniconda and fiora. It
will ensure that a working conda environment `fiora` is available. This
is a prerequisite for both, run_app and run_script.
Usage
install_fiora(conda_name = "fiora")
Value
A list providing the current OS and path information on the current
python executable and the fiora script.
Arguments
conda_name
The name of the conda environment where fiora shall be installed to.