Installation

xftsim is on PyPI. To install xftsim on a linux/unix operating system, use pip:

pip install xftsim

Personally, to install xftsim on a new system, I first clone the git repositiory and create a new environment us mamba:

mamba env create -f environment.yml 

I then install xftsim locally using pip in the context of the new envrionment.