Installation

Make sure to have some version of conda installed. It is recommended to create a new environment.

conda create -n xPDFsim

And then activate it.

conda activate xPDFsim

Then you can install it using pip.

pip install xPDFsim

If this does not work because pip is not installed, install it via conda first.

conda install pip