Installation Guide
To use and install bliss you first need to install poetry.
Then, install the fftw library (which is used by galsim). For example, in unix you can simply do:
sudo apt-get install libfftw3-dev
If everything is installed correctly you should be able to run the commands below. This will create a poetry environment that contains only the bliss dependencies.:
git clone https://github.com/prob-ml/bliss.git cd bliss export POETRY_VIRTUALENVS_IN_PROJECT=1 poetry install poetry shell
Finally, set an environment variable called
BLISS_HOME
to the absolute path of the bliss directory.