Installing FhY#
Conda#
FhY is not available through conda at this time.
Pip from PyPI#
FhY is not available through PyPI at this time.
Pip from Source#
To install from source, first clone the repository:
git clone https://github.com/actlab-fhy/FhY.git
Then, navigate to the repository and install the package to the current Python environment:
cd FhY
pip install .
It is recommended to install the package in a virtual environment to avoid conflicts with other packages. Check out this resource for more information on creating and activating a virtual environment.